firefox-ios icon indicating copy to clipboard operation
firefox-ios copied to clipboard

[Telemetry Audit] Move reader mode probes to their own reader_mode.yaml file

Open data-sync-user opened this issue 6 months ago • 0 comments

The Task

This task is to move the reader mode probes out of the monolithic metrics.yaml file and into their own YAML file with a ReaderMode tag.

You can use the FirefoxTelemetryUtility.sh script to create a new reader_mode 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

  • reader_mode.close
  • reader_mode.open

Note: The ReaderMode tag will be automatically applied at the top of your new reader_mode.yaml file created with the FirefoxTelemetryUtility.sh script.

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

@ih-codes

┆Issue is synchronized with this Jira Task

data-sync-user avatar Jun 13 '25 19:06 data-sync-user