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 244de05 commit dc1076bCopy full SHA for dc1076b
collect/collect.go
@@ -368,8 +368,7 @@ func (i *InMemCollector) monitor() {
368
select {
369
case <-ticker.Chan():
370
// Check worker health and report aggregated status
371
- allWorkersHealthy := i.checkWorkersHealth()
372
- i.Health.Ready(collectorHealthKey, allWorkersHealthy)
+ i.Health.Ready(collectorHealthKey, i.checkWorkersHealth())
373
374
// Aggregate metrics
375
totalIncoming := 0
0 commit comments