Ori.livneh has uploaded a new change for review.

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

Change subject: graphite: set xFilesFactor to 0
......................................................................

graphite: set xFilesFactor to 0

Change-Id: I450f3baff01797af6d4356d616b0c463d1431360
---
M manifests/role/graphite.pp
1 file changed, 10 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/34/247334/1

diff --git a/manifests/role/graphite.pp b/manifests/role/graphite.pp
index 74302d7..305dcb7 100644
--- a/manifests/role/graphite.pp
+++ b/manifests/role/graphite.pp
@@ -49,35 +49,39 @@
         storage_aggregation => {
             'min'   => {
                 pattern           => '\.min$',
-                xFilesFactor      => 0.1,
+                xFilesFactor      => 0.0,
                 aggregationMethod => 'min',
             },
             'max'   => {
                 pattern           => '\.max$',
-                xFilesFactor      => 0.1,
+                xFilesFactor      => 0.0,
                 aggregationMethod => 'max',
             },
             'count'   => {
                 pattern           => '\.count$',
-                xFilesFactor      => 0,
+                xFilesFactor      => 0.0,
                 aggregationMethod => 'sum',
             },
             'sum'   => {
                 pattern           => '\.sum$',
-                xFilesFactor      => 0,
+                xFilesFactor      => 0.0,
                 aggregationMethod => 'sum',
             },
             # statsite extended counters
             'lower' => {
                 pattern           => '\.lower$',
-                xFilesFactor      => 0.1,
+                xFilesFactor      => 0.0,
                 aggregationMethod => 'min',
             },
             'upper' => {
                 pattern           => '\.upper$',
-                xFilesFactor      => 0.1,
+                xFilesFactor      => 0.0,
                 aggregationMethod => 'max',
             },
+            'default' => {
+                pattern           => '.*',
+                xFilesFactor      => 0.0,
+            },
         },
 
         # All metric data goes through a single carbon-relay instance, which

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I450f3baff01797af6d4356d616b0c463d1431360
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Ori.livneh <o...@wikimedia.org>

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

Reply via email to