Open Bug 1942858 Opened 24 days ago Updated 24 days ago

Modify telemetry probe schemas to include an optional alert field

Categories

(Testing :: Performance, task, P2)

task

Tracking

(Not tracked)

People

(Reporter: sparky, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fxp])

This bug is for modifying the telemetry probe schemas to include an option alert field that will be used telemetry alerting.

It should be either a boolean which can be set to True to enable alerting, or an object with the following information (note that all fields are optional but at least one of them should be defined if an object structure is used):

alert:
	bugzilla_notification_emails: 
                - gmierz2@outlook.com
        lower_is_better: True
	change_detection_technique: cdf-squared
	change_detection_args:
		- threshold=0.85
		- short_term_spikes_ignored=True

Alerting probes will use the notification emails, but those must have an associated bugzilla profile. Otherwise, bugs will not be filed for alerts. If the emails differ, the bugzilla_notification_emails will be used.

Blocks: 1942860
No longer blocks: 1942842
You need to log in before you can comment on or make changes to this bug.