Ottomata has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/111094

Change subject: Using line graphs for queue graphs in varnishkafka ganglia view
......................................................................

Using line graphs for queue graphs in varnishkafka ganglia view

Change-Id: I3dbd547465cca472b87af845f9fe60a851c93371
---
M manifests/misc/monitoring.pp
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/94/111094/1

diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp
index 1dd8b3f..eff8f07 100644
--- a/manifests/misc/monitoring.pp
+++ b/manifests/misc/monitoring.pp
@@ -279,25 +279,25 @@
             {
                 'host_regex'   => $varnishkafka_host_regex,
                 "metric_regex" => 
"kafka.rdkafka.topics.${topic_regex}\\.msgq_cnt",
-                'type'         => 'stack',
+                'type'         => 'line',
             },
             # transmit message queue count
             {
                 'host_regex'   => $varnishkafka_host_regex,
                 "metric_regex" => 
"kafka.rdkafka.topics.${topic_regex}\\.xmit_msgq_cnt",
-                'type'         => 'stack',
+                'type'         => 'line',
             },
             # output buffer queue count
             {
                 'host_regex'   => $varnishkafka_host_regex,
                 'metric_regex' => 'kafka.rdkafka.brokers..+\.outbuf_cnt',
-                'type'         => 'stack',
+                'type'         => 'line',
             },
             # waiting for response buffer count
             {
                 'host_regex'   => $varnishkafka_host_regex,
                 'metric_regex' => 'kafka.rdkafka.brokers..+\.waitresp_cnt',
-                'type'         => 'stack',
+                'type'         => 'line',
             },
 
             # transaction bytes rate

-- 
To view, visit https://gerrit.wikimedia.org/r/111094
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3dbd547465cca472b87af845f9fe60a851c93371
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to