Filippo Giunchedi has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/393752 )

Change subject: graphite: fix wanobjectcache regex
......................................................................


graphite: fix wanobjectcache regex

Change-Id: I27a634e3132bfaaa98d0ae4eabbc75cab47cb3c0
---
M modules/role/manifests/graphite/production.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  jenkins-bot: Verified
  Filippo Giunchedi: Looks good to me, approved



diff --git a/modules/role/manifests/graphite/production.pp 
b/modules/role/manifests/graphite/production.pp
index b16ae23..b0b33b0 100644
--- a/modules/role/manifests/graphite/production.pp
+++ b/modules/role/manifests/graphite/production.pp
@@ -27,7 +27,7 @@
             cluster_routes   => [
                 ['^cassandra\.', 'big_users'],
                 # wanobjectcache spams metrics with hex hashes - T178531
-                ['^^MediaWiki\.wanobjectcache\.[a-zA-Z0-9]{32}', 'blackhole'],
+                ['^MediaWiki\.wanobjectcache\.[a-zA-Z0-9]{32}', 'blackhole'],
             ]
         }
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I27a634e3132bfaaa98d0ae4eabbc75cab47cb3c0
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to