mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-06 14:17:12 +02:00
Merge pull request #1311 from prometheus/up-down
Use up/down in UI for consistency with 'up' metric.
This commit is contained in:
commit
cb381e0bce
@ -73,9 +73,9 @@ func (t TargetHealth) String() string {
|
||||
case HealthUnknown:
|
||||
return "unknown"
|
||||
case HealthGood:
|
||||
return "healthy"
|
||||
return "up"
|
||||
case HealthBad:
|
||||
return "unhealthy"
|
||||
return "down"
|
||||
}
|
||||
panic("unknown state")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user