We should consume that configuration as a source of truth for generating views such as nondesktop_clients_last_seen where we are currently identifying Fenix channels by hand.
We could also use this configuration while generating user-facing views on top of the historical ping tables. We could inject description as normalized_app_name, channel as normalized_channel, etc.
The JSON configuration file at https://probeinfo.telemetry.mozilla.org/glean/repositories contains deprecation status, channel, and "description" giving a logical app name like "Firefox for iOS".
We should consume that configuration as a source of truth for generating views such as
nondesktop_clients_last_seen
where we are currently identifying Fenix channels by hand.We could also use this configuration while generating user-facing views on top of the historical ping tables. We could inject description as
normalized_app_name
, channel asnormalized_channel
, etc.