Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/91807
Change subject: wfdebug-ganglia: set reporting interval to 60 seconds ...................................................................... wfdebug-ganglia: set reporting interval to 60 seconds Follows Ibf3bb07c9. Change-Id: I09a45f3fd2f4167a32cf2c779f23befd0120aa43 --- M files/udp2log/wfdebug-ganglia.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/07/91807/1 diff --git a/files/udp2log/wfdebug-ganglia.py b/files/udp2log/wfdebug-ganglia.py index 4cee2e5..98e1d52 100644 --- a/files/udp2log/wfdebug-ganglia.py +++ b/files/udp2log/wfdebug-ganglia.py @@ -14,7 +14,7 @@ import time -REPORTING_INTERVAL = 5 # In seconds. +REPORTING_INTERVAL = 60 # In seconds. UDP_BUFSIZE = 65536 # Udp2LogConfig::BLOCK_SIZE METRIC_FORMAT = 'mediaWiki.wfDebug.%s' # Format string for metric name -- To view, visit https://gerrit.wikimedia.org/r/91807 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I09a45f3fd2f4167a32cf2c779f23befd0120aa43 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
