Ori.livneh has submitted this change and it was merged. 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(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified 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: merged Gerrit-Change-Id: I09a45f3fd2f4167a32cf2c779f23befd0120aa43 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ori.livneh <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
