fix README.md to point to right metric for AlertManager example

Signed-Off-By: Otto Yiu <otto@live.ca>
This commit is contained in:
Otto Yiu
2019-01-31 09:23:31 -08:00
committed by GitHub
parent 1b57d76d0c
commit 2c4e069c08
+1 -1
View File
@@ -223,7 +223,7 @@ To get you started, here's a rule that will trigger an alert if there are any no
```yaml
alert: goldpinger_nodes_unhealthy
expr: sum(goldpinger_nodes_healthy_total{status="unhealthy"})
expr: sum(goldpinger_nodes_health_total{status="unhealthy"})
BY (goldpinger_instance) > 0
for: 5m
annotations: