Filippo Giunchedi has submitted this change and it was merged.
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(-)
Approvals:
Filippo Giunchedi: Verified; Looks good to me, approved
Mobrovac: Looks good to me, but someone else must approve
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: merged
Gerrit-Change-Id: I87ffd6dc0d4a60db25d6fd36d53ecc22dd515838
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Eevans <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits