Filippo Giunchedi has uploaded a new change for review.

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

Change subject: cassandra: enable metric blacklist for restbase
......................................................................

cassandra: enable metric blacklist for restbase

with mobileapps storage in I885a3e7a2ea a whole lot of new CFs are being
created, this in turn results in many new graphite metrics created. Enable
metric blacklisting to avoid cassandra metrics overwhelming graphite storage.

Bug: T113733
Change-Id: I87ffd6dc0d4a60db25d6fd36d53ecc22dd515838
---
M hieradata/role/common/cassandra.yaml
1 file changed, 10 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/13/248313/1

diff --git a/hieradata/role/common/cassandra.yaml 
b/hieradata/role/common/cassandra.yaml
index 217bc07..02fc22d 100644
--- a/hieradata/role/common/cassandra.yaml
+++ b/hieradata/role/common/cassandra.yaml
@@ -29,6 +29,16 @@
 cassandra::concurrent_reads: 18
 cassandra::tls_cluster_name: services
 cassandra::internode_encryption: dc
+cassandra::metrics::blacklist:
+    - .*\.15MinuteRate$
+    - .*\.5MinuteRate$
+    - .*\.98percentile$
+    - .*\.999percentile$
+    - .*\.max$
+    - .*\.mean$
+    - .*\.meanRate$
+    - .*\.min$
+    - .*\.stddev$
 
 cassandra::dc: "%{::site}"
 # NOTE: this is cassandra's logical cluster name, not related to cassandra's 
datacenters (eqiad/codfw)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I87ffd6dc0d4a60db25d6fd36d53ecc22dd515838
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