Filippo Giunchedi has submitted this change and it was merged.

Change subject: diamond: batch statsd metrics in production
......................................................................


diamond: batch statsd metrics in production

use 'batch' argument to StatsdHandler to send multiple metrics per UDP packet,
see also https://github.com/python-diamond/Diamond/pull/327 which will be
shipped in our internal diamond debian package

Bug: T116033
Change-Id: I12e61f1f69102580301dd4c791029432c5e763b9
---
M manifests/role/diamond.pp
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved



diff --git a/manifests/role/diamond.pp b/manifests/role/diamond.pp
index 99aad73..ef5954c 100644
--- a/manifests/role/diamond.pp
+++ b/manifests/role/diamond.pp
@@ -28,6 +28,7 @@
             # lint:endignore
             host    => $host,
             port    => '8125',
+            batch   => '20',
         },
     }
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I12e61f1f69102580301dd4c791029432c5e763b9
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@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