Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/75284
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(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/84/75284/1 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: newchange Gerrit-Change-Id: I7122cad6e5000cb44fceb91242e4cbd5831b58ae Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
