Mforns has uploaded a new change for review.

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

Change subject: Change percentage in EventLogging validation alert
......................................................................

Change percentage in EventLogging validation alert

To avoid false positives for eventlogging_difference_raw_validated,
this change raises the number of data points over the threshold
needed to trigger the alert from 3/15 to 4/15.

Bug: T108339
Change-Id: I64b2091be24a3b2531586cf5ea2ba775ef668d1a
---
M modules/eventlogging/manifests/monitoring/graphite.pp
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/25/230825/1

diff --git a/modules/eventlogging/manifests/monitoring/graphite.pp 
b/modules/eventlogging/manifests/monitoring/graphite.pp
index 644f9fc..0a68ddc 100644
--- a/modules/eventlogging/manifests/monitoring/graphite.pp
+++ b/modules/eventlogging/manifests/monitoring/graphite.pp
@@ -48,7 +48,7 @@
         metric        => 
'movingAverage(diffSeries(eventlogging.overall.raw.rate,eventlogging.overall.valid.rate),10)',
         warning       => 20,
         critical      => 30,
-        percentage    => 15, # At least 3 of the 15 readings
+        percentage    => 25, # At least 4 of the 15 readings
         from          => '15min',
         contact_group => 'analytics',
     }

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

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

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

Reply via email to