firefox-ios
firefox-ios copied to clipboard
[Telemetry Audit] Move addresses probes to the autofill.addresses.yaml file
The Task
This task is to move addresses telemetry out of the monolithic metrics.yaml file and into the autofill.yaml file with an Autofill tag and Addresses tag.
You can look up these probes in the Glean dictionary as well: https://dictionary.telemetry.mozilla.org/apps/firefox_ios
Probes to Move
- addresses.autofill_prompt_dismissed
- addresses.autofill_prompt_expanded
- addresses.autofill_prompt_shown
- addresses.autofilled
- addresses.form_detected
- addresses.modified
- addresses.saved_all
- addresses.settings_autofill
Note: The Autofill and Addresses tags will be automatically applied at the top of the autofill.addresses.yaml file. So if these tags are added in the metadata section of any probe, you can remove them.
metadata:
tags:
- Addresses
Example
You can see an example of this type of work in the following PR: https://github.com/mozilla-mobile/firefox-ios/pull/27083
:information_source: Reference Person
┆Issue is synchronized with this Jira Task