missing namespaces and document types in `thunderbird-desktop` crash
Categories
(Data Platform and Tools :: General, defect)
Tracking
(Not tracked)
People
(Reporter: mwilliams, Unassigned)
References
Details
(Whiteboard: [dataquality])
Updated•1 year ago
|
Comment 1•1 year ago
|
||
Ryan: we're seeing thunderbird-desktop sending crash pings which are not expected on the ingestion side. Are you interested in collecting this data? If not, then I believe it will be possible to disable this ping in Glean v63.
Comment 2•1 year ago
|
||
Hi Arkadiusz, thank you so much for the ping.
I don't think we want to collect crash pings in Glean so disabling those pings would be great.
But before confirming I'll redirect the NI to the owners of the Glean implementations on our side.
Comment 3•1 year ago
|
||
As they provide a more comprehensive view of stability, I'd think this is something we definitely want to track.
What, if anything do we need to do for the ingestion side to work?
Comment 4•1 year ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #3)
What, if anything do we need to do for the ingestion side to work?
:travis could you advise how should we declare crash pings in https://github.com/mozilla/probe-scraper/blob/main/repositories.yaml#L2029?
Comment 5•1 year ago
|
||
I'm not sure specifically how to disable the crash ping, but it looks like since these are all only associated with desktop metrics (https://searchfox.org/mozilla-central/search?q=%22toolkit%2Fcomponents%2Fcrashes&path=**metrics_index.py&case=false®exp=false), once the Glean v63 changes that you worked on take effect that the metrics included here should be ignored and so the ping should be empty/not sent. If it still is being transmitted then we may want to file a bug to expand/ensure that "only collect the metrics that are interesting to me" work to expand to make pings enabled work just like metrics do.
Comment 6•1 year ago
|
||
I suppose as a stop-gap measure, we can drop these on ingestion? cc @arkadiusz
Updated•1 year ago
|
Updated•8 months ago
|
Description
•