Bug 1942239 - Add option to explicitly enable incremental origin initialization in...
[gecko.git] / toolkit / components / normandy / metrics.yaml
blobf04a9e3be10e7befb2ef93b93a985ba1e2933ba9
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Adding a new metric? We have docs for that!
6 # https://firefox-source-docs.mozilla.org/toolkit/components/glean/user/new_definitions_file.html
8 ---
9 $schema: moz://mozilla.org/schemas/glean/metrics/2-0-0
10 $tags:
11   - 'Firefox :: Normandy Client'
13 normandy:
14   enroll_preference_study:
15     type: event
16     description: >
17       Sent when applying a Normandy recipe of the above types has
18       succeeded.
19       This event was generated to correspond to the Legacy Telemetry event
20       normandy.enroll#preference_study.
21     bugs: &normandy_enroll_bugs
22       - https://bugzil.la/1443560
23     data_reviews: &normandy_enroll_data_reviews
24       - https://bugzil.la/1443560
25     notification_emails: &normandy_enroll_emails
26       - normandy-notifications@mozilla.com
27     expires: never
28     extra_keys: &normandy_enroll_extra
29       value:
30         description: >
31           The `value` of the event. Mirrors to the Legacy Telemetry
32           event's `value` parameter.
33         type: string
34       experimentType:
35         description: >
36           For preference_study and nimbus_experiment recipes, the type of experiment this is ("exp" or "exp-highpop").
38         type: string
39       branch:
40         description: >
41           The slug of the branch that was chosen for this client.
43         type: string
44       addonId:
45         description: >
46           For addon_study recipes, the ID of the addon that was installed.
47         type: string
48       addonVersion:
49         description: >
50           For addon_study recipes, the version of the addon that was installed.
51         type: string
52     telemetry_mirror: Normandy_Enroll_PreferenceStudy
54   enroll_addon_study:
55     type: event
56     description: >
57       Sent when applying a Normandy recipe of the above types has
58       succeeded.
59       This event was generated to correspond to the Legacy Telemetry event
60       normandy.enroll#addon_study.
61     bugs: *normandy_enroll_bugs
62     data_reviews: *normandy_enroll_data_reviews
63     notification_emails: *normandy_enroll_emails
64     expires: never
65     extra_keys: *normandy_enroll_extra
66     telemetry_mirror: Normandy_Enroll_AddonStudy
68   enroll_preference_rollout:
69     type: event
70     description: >
71       Sent when applying a Normandy recipe of the above types has
72       succeeded.
73       This event was generated to correspond to the Legacy Telemetry event
74       normandy.enroll#preference_rollout.
75     bugs: *normandy_enroll_bugs
76     data_reviews: *normandy_enroll_data_reviews
77     notification_emails: *normandy_enroll_emails
78     expires: never
79     extra_keys: *normandy_enroll_extra
80     telemetry_mirror: Normandy_Enroll_PreferenceRollout
82   enroll_addon_rollout:
83     type: event
84     description: >
85       Sent when applying a Normandy recipe of the above types has
86       succeeded.
87       This event was generated to correspond to the Legacy Telemetry event
88       normandy.enroll#addon_rollout.
89     bugs: *normandy_enroll_bugs
90     data_reviews: *normandy_enroll_data_reviews
91     notification_emails: *normandy_enroll_emails
92     expires: never
93     extra_keys: *normandy_enroll_extra
94     telemetry_mirror: Normandy_Enroll_AddonRollout
96   enroll_nimbus_experiment:
97     type: event
98     description: >
99       Sent when applying a Normandy recipe of the above types has
100       succeeded.
101       This event was generated to correspond to the Legacy Telemetry event
102       normandy.enroll#nimbus_experiment.
103     bugs: *normandy_enroll_bugs
104     data_reviews: *normandy_enroll_data_reviews
105     notification_emails: *normandy_enroll_emails
106     expires: never
107     extra_keys: *normandy_enroll_extra
108     telemetry_mirror: Normandy_Enroll_NimbusExperiment
110   enroll_failed_addon_study:
111     type: event
112     description: >
113       Sent when applying a Normandy recipe of the above types has failed.
114       This event was generated to correspond to the Legacy Telemetry event
115       normandy.enrollFailed#addon_study.
116     bugs: &normandy_enrollFailed_bugs
117       - https://bugzil.la/1443560
118     data_reviews: &normandy_enrollFailed_data_reviews
119       - https://bugzil.la/1443560
120     notification_emails: &normandy_enrollFailed_emails
121       - normandy-notifications@mozilla.com
122     expires: never
123     extra_keys: &normandy_enrollFailed_extra
124       value:
125         description: >
126           The `value` of the event. Mirrors to the Legacy Telemetry
127           event's `value` parameter.
128         type: string
129       reason:
130         description: >
131           An error code describing the failure.
132         type: string
133       preference:
134         description: >
135           For preference_rollout when reason=conflict, the name of the preference that was going to be modified.
137         type: string
138       detail:
139         description: >
140           For addon_study and branched_addon study, extra text describing the failure.
142         type: string
143       branch:
144         description: >
145           The branch that failed to enroll.
147         type: string
148       addonId:
149         description: >
150           The ID of the addon for the rollout when reason=conflict.
151         type: string
152       conflictingSlug:
153         description: >
154           The slug for the conflicting rollout.
155         type: string
156       enrollmentId:
157         description: >
158           The enrollment ID of the conflicting rollout.
159         type: string
160       prefBranch:
161         description: >
162           For preference_study when reason=invalid-branch, the branch that was invalid.
163         type: string
164     telemetry_mirror: Normandy_Enrollfailed_AddonStudy
166   enroll_failed_preference_rollout:
167     type: event
168     description: >
169       Sent when applying a Normandy recipe of the above types has failed.
170       This event was generated to correspond to the Legacy Telemetry event
171       normandy.enrollFailed#preference_rollout.
172     bugs: *normandy_enrollFailed_bugs
173     data_reviews: *normandy_enrollFailed_data_reviews
174     notification_emails: *normandy_enrollFailed_emails
175     expires: never
176     extra_keys: *normandy_enrollFailed_extra
177     telemetry_mirror: Normandy_Enrollfailed_PreferenceRollout
179   enroll_failed_preference_study:
180     type: event
181     description: >
182       Sent when applying a Normandy recipe of the above types has failed.
183       This event was generated to correspond to the Legacy Telemetry event
184       normandy.enrollFailed#preference_study.
185     bugs: *normandy_enrollFailed_bugs
186     data_reviews: *normandy_enrollFailed_data_reviews
187     notification_emails: *normandy_enrollFailed_emails
188     expires: never
189     extra_keys: *normandy_enrollFailed_extra
190     telemetry_mirror: Normandy_Enrollfailed_PreferenceStudy
192   enroll_failed_addon_rollout:
193     type: event
194     description: >
195       Sent when applying a Normandy recipe of the above types has failed.
196       This event was generated to correspond to the Legacy Telemetry event
197       normandy.enrollFailed#addon_rollout.
198     bugs: *normandy_enrollFailed_bugs
199     data_reviews: *normandy_enrollFailed_data_reviews
200     notification_emails: *normandy_enrollFailed_emails
201     expires: never
202     extra_keys: *normandy_enrollFailed_extra
203     telemetry_mirror: Normandy_Enrollfailed_AddonRollout
205   enroll_failed_nimbus_experiment:
206     type: event
207     description: >
208       Sent when applying a Normandy recipe of the above types has failed.
209       This event was generated to correspond to the Legacy Telemetry event
210       normandy.enrollFailed#nimbus_experiment.
211     bugs: *normandy_enrollFailed_bugs
212     data_reviews: *normandy_enrollFailed_data_reviews
213     notification_emails: *normandy_enrollFailed_emails
214     expires: never
215     extra_keys: *normandy_enrollFailed_extra
216     telemetry_mirror: Normandy_Enrollfailed_NimbusExperiment
218   update_addon_study:
219     type: event
220     description: >
221       This event is fired when a client detects that a recipe of the ahove
222       types has changed on the server, and the new version of the recipe
223       is being applied over an existing, older version previously fetched
224       from the server.
225       This event was generated to correspond to the Legacy Telemetry event
226       normandy.update#addon_study.
227     bugs: &normandy_update_bugs
228       - https://bugzil.la/1443560
229       - https://bugzil.la/1474413
230     data_reviews: &normandy_update_data_reviews
231       - https://bugzil.la/1443560
232       - https://bugzil.la/1474413
233     notification_emails: &normandy_update_emails
234       - normandy-notifications@mozilla.com
235     expires: never
236     extra_keys: &normandy_update_extra
237       value:
238         description: >
239           The `value` of the event. Mirrors to the Legacy Telemetry
240           event's `value` parameter.
241         type: string
242       previousState:
243         description: >
244           For preference_rollout recipes, the state of the rollout that had been applied previously.
246         type: string
247       addonId:
248         description: >
249           For addon_study recipes, the ID of the addon that was updated.
250         type: string
251       addonVersion:
252         description: >
253           For addon_study recipes, the version of the addon that was installed.
254         type: string
255       branch:
256         description: >
257           The branch that was updated.
258         type: string
259       enrollmentId:
260         description: >
261           A unique ID for this enrollment that will be included in all related Telemetry.
262         type: string
263     telemetry_mirror: Normandy_Update_AddonStudy
265   update_preference_rollout:
266     type: event
267     description: >
268       This event is fired when a client detects that a recipe of the ahove
269       types has changed on the server, and the new version of the recipe
270       is being applied over an existing, older version previously fetched
271       from the server.
272       This event was generated to correspond to the Legacy Telemetry event
273       normandy.update#preference_rollout.
274     bugs: *normandy_update_bugs
275     data_reviews: *normandy_update_data_reviews
276     notification_emails: *normandy_update_emails
277     expires: never
278     extra_keys: *normandy_update_extra
279     telemetry_mirror: Normandy_Update_PreferenceRollout
281   update_addon_rollout:
282     type: event
283     description: >
284       This event is fired when a client detects that a recipe of the ahove
285       types has changed on the server, and the new version of the recipe
286       is being applied over an existing, older version previously fetched
287       from the server.
288       This event was generated to correspond to the Legacy Telemetry event
289       normandy.update#addon_rollout.
290     bugs: *normandy_update_bugs
291     data_reviews: *normandy_update_data_reviews
292     notification_emails: *normandy_update_emails
293     expires: never
294     extra_keys: *normandy_update_extra
295     telemetry_mirror: Normandy_Update_AddonRollout
297   update_nimbus_experiment:
298     type: event
299     description: >
300       This event is fired when a client detects that a recipe of the ahove
301       types has changed on the server, and the new version of the recipe
302       is being applied over an existing, older version previously fetched
303       from the server.
304       This event was generated to correspond to the Legacy Telemetry event
305       normandy.update#nimbus_experiment.
306     bugs: *normandy_update_bugs
307     data_reviews: *normandy_update_data_reviews
308     notification_emails: *normandy_update_emails
309     expires: never
310     extra_keys: *normandy_update_extra
311     telemetry_mirror: Normandy_Update_NimbusExperiment
313   update_failed_addon_study:
314     type: event
315     description: >
316       Sent when applying a new version of a Normandy recipe of the above
317       types (over an existing, older version previously fetched from the
318       server) has failed.
319       This event was generated to correspond to the Legacy Telemetry event
320       normandy.updateFailed#addon_study.
321     bugs: &normandy_updateFailed_bugs
322       - https://bugzil.la/1474413
323     data_reviews: &normandy_updateFailed_data_reviews
324       - https://bugzil.la/1474413
325     notification_emails: &normandy_updateFailed_emails
326       - normandy-notifications@mozilla.com
327     expires: never
328     extra_keys: &normandy_updateFailed_extra
329       value:
330         description: >
331           The `value` of the event. Mirrors to the Legacy Telemetry
332           event's `value` parameter.
333         type: string
334       reason:
335         description: >
336           An error code describing the failure.
337         type: string
338       detail:
339         description: >
340           Extra text describing the failure. Currently only provided for addon_study.
342         type: string
343       branch:
344         description: >
345           The branch that failed to update.
346         type: string
347       enrollmentId:
348         description: >
349           A unique ID for this enrollment that will be included in all related Telemetry.
350         type: string
351     telemetry_mirror: Normandy_Updatefailed_AddonStudy
353   update_failed_addon_rollout:
354     type: event
355     description: >
356       Sent when applying a new version of a Normandy recipe of the above
357       types (over an existing, older version previously fetched from the
358       server) has failed.
359       This event was generated to correspond to the Legacy Telemetry event
360       normandy.updateFailed#addon_rollout.
361     bugs: *normandy_updateFailed_bugs
362     data_reviews: *normandy_updateFailed_data_reviews
363     notification_emails: *normandy_updateFailed_emails
364     expires: never
365     extra_keys: *normandy_updateFailed_extra
366     telemetry_mirror: Normandy_Updatefailed_AddonRollout
368   unenroll_preference_study:
369     type: event
370     description: >
371       Sent when a Normandy recipe of certain types "ends".  N.B. For
372       preference_rollback, this is fired when the recipe is fired (the
373       recipe that "ends" is a corresponding preference_rollout).
374       This event was generated to correspond to the Legacy Telemetry event
375       normandy.unenroll#preference_study.
376     bugs: &normandy_unenroll_bugs
377       - https://bugzil.la/1443560
378       - https://bugzil.la/1843126
379       - https://bugzil.la/1896718
380       - https://bugzil.la/1907649
381     data_reviews: &normandy_unenroll_data_reviews
382       - https://bugzil.la/1443560
383       - https://bugzil.la/1843126
384       - https://bugzil.la/1896718
385       - https://bugzil.la/1907649
386     notification_emails: &normandy_unenroll_emails
387       - normandy-notifications@mozilla.com
388       - nimbus-team@mozilla.com
389     expires: never
390     extra_keys: &normandy_unenroll_extra
391       value:
392         description: >
393           The `value` of the event. Mirrors to the Legacy Telemetry
394           event's `value` parameter.
395         type: string
396       reason:
397         description: >
398           A code describing the reason why the recipe ended.
399         type: string
400       didResetValue:
401         description: >
402           For preference_study, "true" or "false" according to whether we put the preference back the way it was.
404         type: string
405       addonId:
406         description: >
407           For addon_study, the ID of the addon that ended.
408         type: string
409       addonVersion:
410         description: >
411           For addon_study, the version of the addon for which the recipe ended.
412         type: string
413       branch:
414         description: >
415           The branch of the experiment that this client was on.
416         type: string
417       enrollmentId:
418         description: >
419           A unique ID for this enrollment that will be included in all related Telemetry.
420         type: string
421       changedPref:
422         description: >
423           For preference_study or nimbus_experiment, the preference that was detected to change that caused the unenrollment.
425         type: string
426       conflictingSlug:
427         description: >
428           For nimbus_experiment, if reason == "prefFlips-conflict", the conflicting experiment that caused the unenrollment.
430         type: string
431       prefName:
432         description: >
433           For nimbus_experiment, if reason == "prefFlips-failed", the name of the pref that failed to set.
435         type: string
436       prefType:
437         description: >
438           For nimbus_experiment, if reason = "prefFlips-failed", the type of the existing pref value (one of "bool", "string", "int", or "invalid").
440         type: string
441     telemetry_mirror: Normandy_Unenroll_PreferenceStudy
443   unenroll_addon_study:
444     type: event
445     description: >
446       Sent when a Normandy recipe of certain types "ends".  N.B. For
447       preference_rollback, this is fired when the recipe is fired (the
448       recipe that "ends" is a corresponding preference_rollout).
449       This event was generated to correspond to the Legacy Telemetry event
450       normandy.unenroll#addon_study.
451     bugs: *normandy_unenroll_bugs
452     data_reviews: *normandy_unenroll_data_reviews
453     notification_emails: *normandy_unenroll_emails
454     expires: never
455     extra_keys: *normandy_unenroll_extra
456     telemetry_mirror: Normandy_Unenroll_AddonStudy
458   unenroll_preference_rollback:
459     type: event
460     description: >
461       Sent when a Normandy recipe of certain types "ends".  N.B. For
462       preference_rollback, this is fired when the recipe is fired (the
463       recipe that "ends" is a corresponding preference_rollout).
464       This event was generated to correspond to the Legacy Telemetry event
465       normandy.unenroll#preference_rollback.
466     bugs: *normandy_unenroll_bugs
467     data_reviews: *normandy_unenroll_data_reviews
468     notification_emails: *normandy_unenroll_emails
469     expires: never
470     extra_keys: *normandy_unenroll_extra
471     telemetry_mirror: Normandy_Unenroll_PreferenceRollback
473   unenroll_addon_rollback:
474     type: event
475     description: >
476       Sent when a Normandy recipe of certain types "ends".  N.B. For
477       preference_rollback, this is fired when the recipe is fired (the
478       recipe that "ends" is a corresponding preference_rollout).
479       This event was generated to correspond to the Legacy Telemetry event
480       normandy.unenroll#addon_rollback.
481     bugs: *normandy_unenroll_bugs
482     data_reviews: *normandy_unenroll_data_reviews
483     notification_emails: *normandy_unenroll_emails
484     expires: never
485     extra_keys: *normandy_unenroll_extra
486     telemetry_mirror: Normandy_Unenroll_AddonRollback
488   unenroll_nimbus_experiment:
489     type: event
490     description: >
491       Sent when a Normandy recipe of certain types "ends".  N.B. For
492       preference_rollback, this is fired when the recipe is fired (the
493       recipe that "ends" is a corresponding preference_rollout).
494       This event was generated to correspond to the Legacy Telemetry event
495       normandy.unenroll#nimbus_experiment.
496     bugs: *normandy_unenroll_bugs
497     data_reviews: *normandy_unenroll_data_reviews
498     notification_emails: *normandy_unenroll_emails
499     expires: never
500     extra_keys: *normandy_unenroll_extra
501     telemetry_mirror: Normandy_Unenroll_NimbusExperiment
503   unenroll_failed_preference_rollback:
504     type: event
505     description: >
506       Sent when unenrolling a user fails (see the unenroll event).
507       This event was generated to correspond to the Legacy Telemetry event
508       normandy.unenrollFailed#preference_rollback.
509     bugs: &normandy_unenrollFailed_bugs
510       - https://bugzil.la/1443560
511       - https://bugzil.la/1693402
512     data_reviews: &normandy_unenrollFailed_data_reviews
513       - https://bugzil.la/1443560
514       - https://bugzil.la/1693402
515     notification_emails: &normandy_unenrollFailed_emails
516       - normandy-notifications@mozilla.com
517     expires: never
518     extra_keys: &normandy_unenrollFailed_extra
519       value:
520         description: >
521           The `value` of the event. Mirrors to the Legacy Telemetry
522           event's `value` parameter.
523         type: string
524       reason:
525         description: >
526           A code describing the reason the unenroll failed.
527         type: string
528       enrollmentId:
529         description: >
530           A unique ID for this enrollment that will be included in all related Telemetry.
531         type: string
532       changedPref:
533         description: >
534           For preference_study, the preference that was detected to change that caused the attempted unenrollment.
535         type: string
536       caller:
537         description: >
538           The function that caused the stop to happen, included on Nightly to aid debugging.
539         type: string
540       originalReason:
541         description: >
542           The code that would had been used for the unenrollment, had it not failed.
543         type: string
544     telemetry_mirror: Normandy_Unenrollfailed_PreferenceRollback
546   unenroll_failed_preference_study:
547     type: event
548     description: >
549       Sent when unenrolling a user fails (see the unenroll event).
550       This event was generated to correspond to the Legacy Telemetry event
551       normandy.unenrollFailed#preference_study.
552     bugs: *normandy_unenrollFailed_bugs
553     data_reviews: *normandy_unenrollFailed_data_reviews
554     notification_emails: *normandy_unenrollFailed_emails
555     expires: never
556     extra_keys: *normandy_unenrollFailed_extra
557     telemetry_mirror: Normandy_Unenrollfailed_PreferenceStudy
559   unenroll_failed_addon_rollback:
560     type: event
561     description: >
562       Sent when unenrolling a user fails (see the unenroll event).
563       This event was generated to correspond to the Legacy Telemetry event
564       normandy.unenrollFailed#addon_rollback.
565     bugs: *normandy_unenrollFailed_bugs
566     data_reviews: *normandy_unenrollFailed_data_reviews
567     notification_emails: *normandy_unenrollFailed_emails
568     expires: never
569     extra_keys: *normandy_unenrollFailed_extra
570     telemetry_mirror: Normandy_Unenrollfailed_AddonRollback
572   unenroll_failed_nimbus_experiment:
573     type: event
574     description: >
575       Sent when unenrolling a user fails (see the unenroll event).
576       This event was generated to correspond to the Legacy Telemetry event
577       normandy.unenrollFailed#nimbus_experiment.
578     bugs: *normandy_unenrollFailed_bugs
579     data_reviews: *normandy_unenrollFailed_data_reviews
580     notification_emails: *normandy_unenrollFailed_emails
581     expires: never
582     extra_keys: *normandy_unenrollFailed_extra
583     telemetry_mirror: Normandy_Unenrollfailed_NimbusExperiment
585   graduate_preference_rollout:
586     type: event
587     description: >
588       Sent when a preference rollout ends due to the rolled-out preference
589       becoming a new default.
590       This event was generated to correspond to the Legacy Telemetry event
591       normandy.graduate#preference_rollout.
592     bugs:
593       - https://bugzil.la/1443560
594     data_reviews:
595       - https://bugzil.la/1443560
596     notification_emails:
597       - normandy-notifications@mozilla.com
598     expires: never
599     extra_keys:
600       value:
601         description: >
602           The `value` of the event. Mirrors to the Legacy Telemetry
603           event's `value` parameter.
604         type: string
605       enrollmentId:
606         description: >
607           A unique ID for this enrollment that will be included in all related Telemetry.
608         type: string
609       reason:
610         description: >
611           The reason the rollout graduated
612         type: string
613     telemetry_mirror: Normandy_Graduate_PreferenceRollout
615   exp_pref_changed_preference_study:
616     type: event
617     description: >
618       This records that a preference that was set by an experiment has
619       been changed away from its experimental value. This can be triggered
620       by a user changing a preference at runtime, by the preference being
621       changed on disk when Firefox is not running, or by the preference
622       already having a user-set value when a user has enrolls in a default
623       branch experiment.
624       This event was generated to correspond to the Legacy Telemetry event
625       normandy.expPrefChanged#preference_study.
626     bugs:
627       - https://bugzil.la/1698684
628     data_reviews:
629       - https://bugzil.la/1698684
630     notification_emails:
631       - mcooper@mozilla.com
632     expires: never
633     extra_keys:
634       value:
635         description: >
636           The `value` of the event. Mirrors to the Legacy Telemetry
637           event's `value` parameter.
638         type: string
639       preferenceName:
640         description: >
641           The preference that changed
642         type: string
643       reason:
644         description: >
645           The way that the preference change was detected ("observer", "sideload", or "onEnroll")
646         type: string
647       enrollmentId:
648         description: >
649           A unique ID for this enrollment that will be included in all related Telemetry.
650         type: string
651     telemetry_mirror: Normandy_Expprefchanged_PreferenceStudy
653   validation_failed_nimbus_experiment:
654     type: event
655     description: >
656       This records when validation of a recipe fails.
657       This event was generated to correspond to the Legacy Telemetry event
658       normandy.validationFailed#nimbus_experiment.
659     bugs:
660       - https://bugzil.la/1762652
661     data_reviews:
662       - https://bugzil.la/1762652
663     notification_emails:
664       - beth@mozilla.com
665     expires: never
666     extra_keys:
667       value:
668         description: >
669           The `value` of the event. Mirrors to the Legacy Telemetry
670           event's `value` parameter.
671         type: string
672       reason:
673         description: >
674           Why validation failed (one of "invalid-recipe", "invalid-branch", or "invalid-reason").
675         type: string
676       branch:
677         description: >
678           If reason == invalid-branch, the branch that failed validation.
679         type: string
680       feature:
681         description: >
682           If reason == invalid-feature, the invalid feature ID.
683         type: string
684       locale:
685         description: >
686           If reason == missing-locale, the locale that was missing from the localization table. If reason == missing-l10n-entry, the locale that was missing the localization entries.
688         type: string
689       l10n_ids:
690         description: >
691           If reason == missing-l10n-entry, a comma-separated list of missing localization entries.
693         type: string
694     telemetry_mirror: Normandy_Validationfailed_NimbusExperiment
696   recipe_freshness:
697     type: labeled_quantity
698     description: >
699       For each recipe ID seen by the Normandy client, its last_modified.
700       This metric was generated to correspond to the Legacy Telemetry
701       scalar normandy.recipe_freshness.
702     bugs:
703       - https://bugzil.la/1530508
704     data_reviews:
705       - https://bugzil.la/1530508
706     notification_emails:
707       - product-delivery@mozilla.com
708     expires: never
709     unit: revision id
710     telemetry_mirror: NORMANDY_RECIPE_FRESHNESS