Filippo Giunchedi has submitted this change and it was merged.

Change subject: Make compaction alert less sensitive to short-time spikes
......................................................................


Make compaction alert less sensitive to short-time spikes

Compaction backlogs often spike into the thousands, but typically clear within
10-20 minutes. We are interested in general long-term back-ups, which means
that this should be the case for more than 50% of one hour.

Change-Id: I2fd07119efdd23b77ac41269cbad68f1bb9a61e4
---
M manifests/role/restbase.pp
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Filippo Giunchedi: Verified; Looks good to me, approved
  Eevans: Looks good to me, but someone else must approve



diff --git a/manifests/role/restbase.pp b/manifests/role/restbase.pp
index d04d036..97e2d47 100644
--- a/manifests/role/restbase.pp
+++ b/manifests/role/restbase.pp
@@ -75,7 +75,7 @@
     monitoring::graphite_threshold { 
'restbase_cassandra_highest_pending_compactions':
         description   => 'RESTBase Cassandra highest pending compactions 
http://grafana.wikimedia.org/#/dashboard/db/restbase-cassandra-compaction',
         metric        => 
'highestMax(cassandra.restbase10*.org.apache.cassandra.metrics.Compaction.PendingTasks.value,
 1)',
-        from          => '10min',
+        from          => '60min',
         warning       => '100',
         critical      => '400',
         percentage    => '50',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I2fd07119efdd23b77ac41269cbad68f1bb9a61e4
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: GWicke <gwi...@wikimedia.org>
Gerrit-Reviewer: Eevans <eev...@wikimedia.org>
Gerrit-Reviewer: Filippo Giunchedi <fgiunch...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: Ori.livneh <o...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to