Ottomata has submitted this change and it was merged.

Change subject: Tweak 'collect_every' and 'name_match' in EL's Ganglia module
......................................................................


Tweak 'collect_every' and 'name_match' in EL's Ganglia module

This patch changes 'collect_every' for EL metrics from 10 to 30 seconds. We ran
with that before and it produced smoother graphs. The current value is a bit
too noisy (see <https://tinyurl.com/eventlogging>).

Also changed the metric names to start with 'eventlogging_' rather than
'zeromq_'. Having 'zeromq_' there is a relic of an earlier version of this
module which implemented generic ZeroMQ PUB monitoring. I decided to make this
EventLogging-specific, so the metric names should match.

Change-Id: I7122cad6e5000cb44fceb91242e4cbd5831b58ae
---
M modules/eventlogging/files/eventlogging_mon.pyconf
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/modules/eventlogging/files/eventlogging_mon.pyconf 
b/modules/eventlogging/files/eventlogging_mon.pyconf
index 8b80a16..7b9a77b 100644
--- a/modules/eventlogging/files/eventlogging_mon.pyconf
+++ b/modules/eventlogging/files/eventlogging_mon.pyconf
@@ -8,10 +8,10 @@
 }
 
 collection_group {
-    collect_every = 10
+    collect_every = 30
     time_threshold = 60
     metric {
-        name_match = "zeromq_(.+)"
+        name_match = "eventlogging_(.+)"
         title = "\\1"
         value_threshold = 0
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I7122cad6e5000cb44fceb91242e4cbd5831b58ae
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: Faidon <fai...@wikimedia.org>
Gerrit-Reviewer: Mark Bergsma <m...@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