-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Telemetry: Credit card autofill category incorrectly reclassified as metrics #19976
Comments
@wlach @rocketsroger We made the change from This is probably some implementation detail that is shared between Glean and Fenix, but we should try to make it work without grouping it all under Our current worries is that if we don't group it under the |
I'm not sure what happened here, but some data definitely came through. You can now easily see how data appears in Looker or GLAM for many types of metrics, via the Glean Dictionary:
It appears that some data did indeed show up for https://mozilla.cloud.looker.com/explore/fenix/metrics?qid=x86w9AblneQ0II1Ytho8cr&toggle=fil,vis
The category doesn't have anything to do with what pings a metric is sent in: it's just a bit of labelling designed to help with organization. If you have any questions about this, I'd definitely recommend asking on #glean on either Slack or Matrix. The Glean SDK team is pretty helpful. 😄 |
Fixed with #20909 |
Hi, verified as fixed on the latest Nightly 94.0a1 09/21 using a Google Pixel 3a (Android 11) ✅ Tap add button through credit card management settings - Event Ping 629633a5-db7d-4620-bd38-ebc4580d71cd
✅ Tap on a saved card through credit card management settings - Event Ping 5f0810e1-feda-4872-a2d0-1874df3991b0
✅ Modified a credit card saved the changes using the "Save" button - Event Ping b5f3d883-c039-487a-a253-7a57b188ab08
✅ Modified a credit card saved the changes using the "✓" button - Event Ping 7c075fc4-6da1-45f2-a49b-ab218c44b968
✅ Navigate to a Credit card checkout website, tap the card number field, expand the prompt, confirm autofill - Event Ping 2d34bf6e-1597-4d5f-8568-ea3a0b6a7231
✅ Added 4 credit cards (2 using the "Save button", other 2 using the "✓" button ), deleted 2 (one using the trash bin icon, the other one using the "Delete card" button) - Metrics Ping 48697421-dabe-4f8a-99d4-6bc473b598ba
|
The credit card autofill telemetry introduced for #18711 was originally given the category
credit_cards
but somehow got reclassified under themetrics
category in #19733.This makes it much harder to identify in Looker. Compare:
(the old names)
With:
(the new category)
Note that the telemetry is now also duplicated within the Glean Dictionary:
https://dictionary.telemetry.mozilla.org/apps/fenix?itemType=metrics&page=1&search=credit_card&showExpired=1
It is not necessary to give a metric the category
metrics
to make it appear in the metrics ping.We will shortly be hiding metrics that are no longer in the source by default in Looker, as well as making it more clear they're no longer available in the Glean Dictionary, which will at least take care of the duplication. However, for ergonomics and discoverability reasons, I'd suggest moving the category back to
credit_cards
./cc @gabrielluong @rocketsroger
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: