Eevans has uploaded a new change for review.

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

Change subject: Disable RESTBase highest max SSTables per read threshold
......................................................................

Disable RESTBase highest max SSTables per read threshold

With instance sizes in-flux, and expansions taking place, it is proving
difficult to provide meaningful thresholds that are entirely immune from
false positives.  Hopefully we can re-enable this in the near future when
things have settled a bit, (or if an alternative form of alerting can be
found).

Change-Id: I20d0e731beeada8cebd151e63455a18acbf277e1
---
M manifests/role/restbase.pp
1 file changed, 14 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/62/284262/1

diff --git a/manifests/role/restbase.pp b/manifests/role/restbase.pp
index 5b76c78..c94e0f2 100644
--- a/manifests/role/restbase.pp
+++ b/manifests/role/restbase.pp
@@ -80,15 +80,20 @@
         contact_group => 'team-services',
     }
 
-    monitoring::graphite_threshold { 
'restbase_cassandra_highest_sstables_per_read':
-        description   => 'RESTBase Cassandra highest SSTables per-read 
http://grafana.wikimedia.org/#/dashboard/db/restbase-cassandra-cf-sstables-per-read',
-        metric        => 
'highestMax(cassandra.restbase10*.org.apache.cassandra.metrics.ColumnFamily.all.SSTablesPerReadHistogram.99percentile,
 1)',
-        from          => '10min',
-        warning       => '35',
-        critical      => '50',
-        percentage    => '50',
-        contact_group => 'team-services',
-    }
+    # With instance sizes in-flux, and expansions taking place, it is proving
+    # difficult to provide meaningful thresholds that are entirely immune from
+    # false positives.  Hopefully we can re-enable this in the near future,
+    # when things have settled a bit, or when an alternative form of alerting
+    # can be found.
+    # monitoring::graphite_threshold { 
'restbase_cassandra_highest_sstables_per_read':
+    #     description   => 'RESTBase Cassandra highest SSTables per-read 
http://grafana.wikimedia.org/#/dashboard/db/restbase-cassandra-cf-sstables-per-read',
+    #     metric        => 
'highestMax(cassandra.restbase10*.org.apache.cassandra.metrics.ColumnFamily.all.SSTablesPerReadHistogram.99percentile,
 1)',
+    #     from          => '10min',
+    #     warning       => '35',
+    #     critical      => '50',
+    #     percentage    => '50',
+    #     contact_group => 'team-services',
+    # }
 
     monitoring::graphite_threshold { 
'restbase_cassandra_highest_tombstones_scanned':
         description   => 'RESTBase Cassandra highest tombstones scanned 
http://grafana.wikimedia.org/#/dashboard/db/restbase-cassandra-cf-tombstones-scanned',

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I20d0e731beeada8cebd151e63455a18acbf277e1
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Eevans <[email protected]>

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

Reply via email to