Filippo Giunchedi has submitted this change and it was merged.

Change subject: restbase: raise threshold for pending compactions
......................................................................


restbase: raise threshold for pending compactions

alarm tweaking after switching to date-tiered compaction strategy

Bug: T118976
Change-Id: Ie9a506cb36b15b1314de7fcae9fe5726e66818be
---
M manifests/role/restbase.pp
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/manifests/role/restbase.pp b/manifests/role/restbase.pp
index ea6b953..52e121a 100644
--- a/manifests/role/restbase.pp
+++ b/manifests/role/restbase.pp
@@ -84,8 +84,8 @@
         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          => '60min',
-        warning       => '100',
-        critical      => '400',
+        warning       => '4000',
+        critical      => '5000',
         percentage    => '50',
         contact_group => 'team-services',
     }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie9a506cb36b15b1314de7fcae9fe5726e66818be
Gerrit-PatchSet: 4
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

Reply via email to