Closed
Bug 1341245
Opened 8 years ago
Closed 8 years ago
Verify that we receive "modules" pings
Categories
(Toolkit :: Telemetry, defect, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
People
(Reporter: marco, Unassigned)
References
Details
In bug 1330833 we've added the new "modules" ping, we should verify that we are receiving them.
Reporter | ||
Comment 1•8 years ago
|
||
Updated•8 years ago
|
Priority: -- → P3
Comment 2•8 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #1)
> https://gist.github.com/marco-c/5f767255d5819fbc2edf97a8d3c1e794
Once you have enough data, you can also take a look at how we've validated Event telemetry data: https://gist.github.com/sunahsuh/74ea3efec9bd3649b072fc14b9997830
Reporter | ||
Comment 3•8 years ago
|
||
New validation with more data: https://gist.github.com/marco-c/d21a64daf639c029301642bde76156e9.
The numbers look reasonable to me
Comment 4•8 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #3)
> New validation with more data:
> https://gist.github.com/marco-c/d21a64daf639c029301642bde76156e9.
> The numbers look reasonable to me
Ok! Given that we're addressing the schema validation part elsewhere, this is ok to just be about the number of incoming pings.
Reporter | ||
Comment 5•8 years ago
|
||
Yes, and that notebook is also kind of validating some fields:
- the module name is always available;
- version is always null on !Windows and almost always not null on Windows;
- debug ID and debug name are almost always not null.
This is all expected.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•