|
|
@ -30,7 +30,7 @@ func generateStreamHealthOverview() { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
pct := getClientErrorHeathyPercentage() |
|
|
|
pct := getClientErrorHeathyPercentage() |
|
|
|
if pct == -1 { |
|
|
|
if pct < 1 { |
|
|
|
metrics.streamHealthOverview = nil |
|
|
|
metrics.streamHealthOverview = nil |
|
|
|
return |
|
|
|
return |
|
|
|
} |
|
|
|
} |
|
|
|