From e15b9cae77bdc243322cee64b3688a2a43dd193c Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Wed, 2 Nov 2022 09:48:36 -0700 Subject: [PATCH] Update ZK followers graph ZK 3.6 no longer emits zk_followers so the best source for this graph is zk_synced_followers now. Change-Id: I6eecf834fe7b357f9ba4126135487e09e51900e2 --- grafana/zuul-status.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana/zuul-status.yaml b/grafana/zuul-status.yaml index 6330a63cf3..b26e8c0cde 100644 --- a/grafana/zuul-status.yaml +++ b/grafana/zuul-status.yaml @@ -298,5 +298,5 @@ dashboard: - title: ZooKeeper Followers span: 4 targets: - - target: aliasByNode(stats.gauges.zk.zk0[4-6].zk_followers, 3) + - target: aliasByNode(stats.gauges.zk.zk0[4-6].zk_synced_followers, 3) type: graph