Ottomata has submitted this change and it was merged.

Change subject: Remove some (large) unused graphs from varnishkafka ganglia view
......................................................................


Remove some (large) unused graphs from varnishkafka ganglia view

Bug: T97637
Change-Id: I0205513449eae0384eef411b86c168e4c42a1acb
---
M manifests/misc/monitoring.pp
1 file changed, 35 insertions(+), 30 deletions(-)

Approvals:
  Ottomata: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/manifests/misc/monitoring.pp b/manifests/misc/monitoring.pp
index 4836331..923a319 100644
--- a/manifests/misc/monitoring.pp
+++ b/manifests/misc/monitoring.pp
@@ -424,39 +424,44 @@
                 'type'         => 'line',
             },
 
+
+            ## These graphs are large, and I don't use them much. Disabling 
them in this view for now.
+            ## https://phabricator.wikimedia.org/T97637
             # Queues:
             #   msgq -> xmit_msgq -> outbuf -> waitresp
-            # message queue count
-            {
-                'host_regex'   => $varnishkafka_host_regex,
-                'metric_regex' => 
"kafka.rdkafka.topics.${topic_regex}\\.msgq_cnt",
-                'type'         => 'line',
-            },
-            # transmit message queue count
-            {
-                'host_regex'   => $varnishkafka_host_regex,
-                'metric_regex' => 
"kafka.rdkafka.topics.${topic_regex}\\.xmit_msgq_cnt",
-                'type'         => 'line',
-            },
-            # output buffer queue count
-            {
-                'host_regex'   => $varnishkafka_host_regex,
-                'metric_regex' => 'kafka.rdkafka.brokers..+\.outbuf_cnt',
-                'type'         => 'line',
-            },
-            # waiting for response buffer count
-            {
-                'host_regex'   => $varnishkafka_host_regex,
-                'metric_regex' => 'kafka.rdkafka.brokers..+\.waitresp_cnt',
-                'type'         => 'line',
-            },
 
-            # transaction bytes rate
-            {
-                'host_regex'   => $varnishkafka_host_regex,
-                'metric_regex' => 
"kafka.rdkafka.topics.${topic_regex}\\.txbytes.per_second",
-                'type'         => 'stack',
-            },
+            # # message queue count
+            # {
+            #     'host_regex'   => $varnishkafka_host_regex,
+            #     'metric_regex' => 
"kafka.rdkafka.topics.${topic_regex}\\.msgq_cnt",
+            #     'type'         => 'line',
+            # },
+            # # transmit message queue count
+            # {
+            #     'host_regex'   => $varnishkafka_host_regex,
+            #     'metric_regex' => 
"kafka.rdkafka.topics.${topic_regex}\\.xmit_msgq_cnt",
+            #     'type'         => 'line',
+            # },
+            # # output buffer queue count
+            # {
+            #     'host_regex'   => $varnishkafka_host_regex,
+            #     'metric_regex' => 'kafka.rdkafka.brokers..+\.outbuf_cnt',
+            #     'type'         => 'line',
+            # },
+            # # waiting for response buffer count
+            # {
+            #     'host_regex'   => $varnishkafka_host_regex,
+            #     'metric_regex' => 'kafka.rdkafka.brokers..+\.waitresp_cnt',
+            #     'type'         => 'line',
+            # },
+            #
+            # # transaction bytes rate
+            # {
+            #     'host_regex'   => $varnishkafka_host_regex,
+            #     'metric_regex' => 
"kafka.rdkafka.topics.${topic_regex}\\.txbytes.per_second",
+            #     'type'         => 'stack',
+            # },
+
             # transaction messages rate
             {
                 'host_regex'   => $varnishkafka_host_regex,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0205513449eae0384eef411b86c168e4c42a1acb
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: Ottomata <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to