broken-site-report ping should be marked as a gecko ping, it is send on Fenix too
Categories
(Data Platform and Tools :: Glean Platform, enhancement, P1)
Tracking
(Not tracked)
People
(Reporter: janerik, Assigned: janerik)
References
Details
Attachments
(1 file)
The broken-site-report
ping is send from both Desktop and Android.
That wasn't always the case and that's why bug 1940030 moved the definition files to be firefox-desktop specific.
Bug 1956012 tried to correct that, but due to where the data is set we need to have separate metric defintion files.
However the ping is the same across both platforms, but not labeled as such.
That's currently no problem.
- Due to the state of things before bug 1940030 the tables were created and all data continues to be ingested
- The dictionary doesn't display the ping state.
However (2) is about to change as I plan to show whether a ping was removed, and now the broken-site-report
ping will be shown as such when it isn't. So we should correct how it's scraped.
Assignee | ||
Comment 1•4 days ago
|
||
Ok, I think this is more a bug in how the dictionary combines the data.
The ping is declared here for Fenix: https://searchfox.org/mozilla-central/rev/4d00b50c42a788c51ac4c5fe92b684569ba6c3a5/mobile/android/fenix/app/pings.yaml#239
So I think the Dictionary uses the gecko definition, when it should use the Fenix definition.
Assignee | ||
Comment 2•4 days ago
|
||
Assignee | ||
Comment 3•4 days ago
|
||
Yup, this is a dictionary issue. Which above PR would fix.
Assignee | ||
Comment 4•4 days ago
|
||
badboy merged PR [mozilla/glean-dictionary]: Bug 1960299 - Glean ETL: Have the app override any dependency-defined ping (#2290) in f267da8.
Description
•