#27317 - [Telemetry Audit] Move zoom bar probes to their own zoom_bar.yaml file
The Task
This task is to move the zoom bar probes out of the monolithic metrics.yaml file and into their own YAML file with a ZoomBar tag.
You can use the FirefoxTelemetryUtility.sh script to create a new zoom_bar.yaml file.
More instructions on using the script can be found in our wiki: https://github.com/mozilla-mobile/firefox-ios/wiki/Adding-Glean-Telemetry-Events-and-Metrics#a-update-the-telemetry-specification-yaml-files
You can look up these probes in the Glean dictionary as well: https://dictionary.telemetry.mozilla.org/apps/firefox_ios
Probes to Move
- zoom_bar.close_button_tapped
- zoom_bar.reset_button_tapped
- zoom_bar.zoom_in_button_tapped
- zoom_bar.zoom_out_button_tapped
Note: The ZoomBar tag will be automatically applied at the top of your new zoom_bar.yaml file created with the FirefoxTelemetryUtility.sh script. So you can delete the following on these metrics:
metadata:
tags:
- ZoomBar
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