Ottomata has submitted this change and it was merged.
Change subject: Increasing warning threshold to 500
......................................................................
Increasing warning threshold to 500
We have seen no data loss at that level. Still
level is kind of arbitrary and we need to truly
find the threshold.
Change-Id: I4320580af7361a738029e6e1e4b90ca45a6b2bf8
---
M modules/eventlogging/manifests/monitoring.pp
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
Ottomata: Looks good to me, approved
jenkins-bot: Verified
diff --git a/modules/eventlogging/manifests/monitoring.pp
b/modules/eventlogging/manifests/monitoring.pp
index f4ef063..8768823 100644
--- a/modules/eventlogging/manifests/monitoring.pp
+++ b/modules/eventlogging/manifests/monitoring.pp
@@ -41,15 +41,15 @@
# of incoming events.
class eventlogging::monitoring::graphite {
- # Warn if 1% of overall event throughput goes beyond 450 events/s
+ # Warn if 1% of overall event throughput goes beyond 500 events/s
# in a 15 min period
# These thresholds are somewhat arbtirary at this point, but it
- # was seen that the current setup can handle 450 events/s.
+ # was seen that the current setup can handle 500 events/s.
# Better thresholds are pending (see T86244).
monitoring::graphite_threshold { 'eventlogging_throughput':
description => 'Throughput of event logging events',
metric => 'eventlogging.overall.raw.rate',
- warning => 450,
+ warning => 500,
critical => 600,
from => '15min',
contact_group => 'analytics'
--
To view, visit https://gerrit.wikimedia.org/r/187011
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4320580af7361a738029e6e1e4b90ca45a6b2bf8
Gerrit-PatchSet: 3
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Nuria <[email protected]>
Gerrit-Reviewer: Ottomata <[email protected]>
Gerrit-Reviewer: QChris <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits