Ottomata has submitted this change and it was merged. Change subject: Adding ISRShrinks and ISRExpands to Ganglia kafka view ......................................................................
Adding ISRShrinks and ISRExpands to Ganglia kafka view Change-Id: I8f28425dedd1fb8524b110f894a0ef218f1e6840 --- M manifests/misc/monitoring.pp 1 file changed, 12 insertions(+), 0 deletions(-) Approvals: Ottomata: Verified; Looks good to me, approved diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp index a35e20c..a26fba0 100644 --- a/manifests/misc/monitoring.pp +++ b/manifests/misc/monitoring.pp @@ -241,6 +241,18 @@ 'metric_regex' => 'kafka.server.ReplicaManager.UnderReplicatedPartitions.Value', 'type' => 'line', }, + # ISR Shrinks + { + 'host_regex' => $kafka_broker_host_regex, + 'metric_regex' => 'kafka.server.ReplicaManager.ISRShrinks.FiveMinuteAverage', + 'type' => 'line', + }, + # ISR Expands + { + 'host_regex' => $kafka_broker_host_regex, + 'metric_regex' => 'kafka.server.ReplicaManager.ISRExpands.FiveMinuteAverage', + 'type' => 'line', + }, ], } } -- To view, visit https://gerrit.wikimedia.org/r/114487 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8f28425dedd1fb8524b110f894a0ef218f1e6840 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ottomata <o...@wikimedia.org> Gerrit-Reviewer: Ottomata <o...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits