Filippo Giunchedi has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/255993

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/93/255993/1

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

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to