We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94921f5 commit 7400129Copy full SHA for 7400129
collector/common_collector.go
@@ -82,6 +82,7 @@ func parseLogService(ch chan<- prometheus.Metric, metrics map[string]Metric, ctx
82
if exists {
83
wg2.Done()
84
continue
85
+ }
86
go parseLogEntry(ch, metrics[fmt.Sprintf("%s_%s", subsystem, "log_entry_severity_state")].desc, collectorID, logServiceName, logServiceID, logEntry, wg2)
87
processed[logEntry.MessageID] = true
88
}
0 commit comments