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

[Telemetry Audit] Move library history panel probes to the library.history_panel.yaml file

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

The Task

This task is to move library history panel probes out of the monolithic metrics.yaml file and into the library.history_panel.yaml file with a Library tag and HistoryPanel tag.

You can look up these probes in the Glean dictionary as well: https://dictionary.telemetry.mozilla.org/apps/firefox_ios

Probes to Move

  • library.history_panel.cleared_history
  • history.delete_tap
  • history.opened
  • history.opened_item
  • history.removed
  • history.search_tap
  • history.selected_item

Note: The Library and HistoryPanel tags will be automatically applied at the top of the library.history_panel.yaml file. So if these tags are added in the metadata section of any probe, you can remove them.

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