From 2c4e069c083f56b09a0ed6e0c23110e3cf27e7fc Mon Sep 17 00:00:00 2001 From: Otto Yiu Date: Thu, 31 Jan 2019 09:23:31 -0800 Subject: [PATCH] fix README.md to point to right metric for AlertManager example Signed-Off-By: Otto Yiu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d4b5dd..7fcebef 100644 --- a/README.md +++ b/README.md @@ -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: