Skip to content

Commit 7400129

Browse files
authored
Update common_collector.go
1 parent 94921f5 commit 7400129

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

collector/common_collector.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func parseLogService(ch chan<- prometheus.Metric, metrics map[string]Metric, ctx
8282
if exists {
8383
wg2.Done()
8484
continue
85+
}
8586
go parseLogEntry(ch, metrics[fmt.Sprintf("%s_%s", subsystem, "log_entry_severity_state")].desc, collectorID, logServiceName, logServiceID, logEntry, wg2)
8687
processed[logEntry.MessageID] = true
8788
}

0 commit comments

Comments
 (0)