Closed
Bug 1356380
Opened 9 years ago
Closed 9 years ago
Deploy the new main ping monitor
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: trink, Assigned: whd)
Details
(Whiteboard: [SvcOps])
Attachments
(1 file)
|
4.52 KB,
text/plain
|
Details |
1) remove moz_telemetry_doctype_error_ratio_monitor
2) remove moz_telemetry_doctype_sax_monitor
3) add main_ping_monitor with the following cfg (update alert recipient list)
filename = 'moz_telemetry_doctype_monitor.lua'
docType = "main"
message_matcher = 'Fields[docType] == "'.. docType .. '" && (Type == "telemetry" || Type == "telemetry.error")'
ticker_interval = 60
preserve_data = true
alert = {
disabled = false,
prefix = true,
throttle = 90,
modules = {
email = {recipients = {"trink@mozilla.com"}},
},
thresholds = { -- map of normalized channel names
release = {
volume = {
inactivity_timeout = 5,
percent_delta = 10, -- optional
},
size = {
average = 15482,
percent_delta = 10,
},
ingestion_error = {
percent = 0.5,
},
duplicate = {
percent = 2,
},
shape = {
mindist = 0,
},
latency = {
hours = 24, -- 1 - 192
-- everything in the future is added to the first bucket
-- everything in the past is added to the last bucket
percent = 33, -- alerts if more than 33% of submission are greater than 24 hours latent
}
}
}
}
Updated•9 years ago
|
Whiteboard: [SvcOps]
| Reporter | ||
Comment 2•9 years ago
|
||
| Assignee | ||
Comment 3•9 years ago
|
||
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•7 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
•