New Experiment Monitor
Send an alert email when a new Experiment ID is observed in a Telemetry main
ping.
1. Sample Configuration
filename = 'moz_telemetry_new_experiment_monitor.lua'
ticker_interval = 60
message_matcher = 'Type == "telemetry" && Fields[docType] == "main" && Fields[environment.experiments] != NIL'
preserve_data = true
alert = {
modules = {
email = {recipients = {'example@mozilla.com'}},
},
throttle = 1,
disabled = false,
prefix = false,
}
source code: moz_telemetry_new_experiment_monitor.lua