Closed
Bug 1337038
Opened 8 years ago
Closed 8 years ago
Deploy the docType error ratio monitor to the CEP
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: trink, Assigned: whd)
Details
Update the alert recipients or add an appropriate distribution list.
-- cfg
filename = 'moz_telemetry_doctype_error_ratio_monitor.lua'
message_matcher = 'Type == "telemetry" || Type == "telemetry.error"'
ticker_interval = 60
preserve_data = true
alert = {
disabled = false,
prefix = true,
throttle = 90,
modules = {
email = {recipients = {"trink@mozilla.com", "mreid@mozilla.com", "whd@mozilla.com", "rvitillo@mozilla.com"}},
},
thresholds = {
["main"] = {
max_error_ratio = 0.005,
inactivity_timeout = 5,
},
["core"] = {
max_error_ratio = 0.001,
inactivity_timeout = 5,
},
["crash"] = {
max_error_ratio = 0.01,
inactivity_timeout = 5,
},
["saved-session"] = {
max_error_ratio = 0.02,
inactivity_timeout = 5,
},
["testpilot"] = {
max_error_ratio = 0.01,
inactivity_timeout = 5,
},
["testpilottest"] = {
max_error_ratio = 0.01,
inactivity_timeout = 5,
},
_invalid_ = {}, -- disabled
_default_ = {}, -- disabled
}
}
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → whd
Priority: -- → P1
Assignee | ||
Comment 1•8 years ago
|
||
https://github.com/mozilla-services/puppet-config/commit/46613ffef28eb16d0e30cec162dd0fa3fc8f365e
I've left the email setting as-is for now, but in the next deploy I'll add the pipeline PD endpoint.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•