Prototype of how to make the Telemetry probe data in Firefox more discoverable and searchable.
This front-end allows answering questions like
- "do we have any probes in Firefox 55 that tell us about tab usage?"
- "which Firefox versions is this probe in anyway?"
To achieve this, it uses data extracted by the probe-scraper project.
This pulls probe registry files (Histograms.json
, Scalars.yaml
, Events.yaml
) from different Firefox versions together into one dataset.
Also, probes outside of Histograms.json
- like the CSS use counters - are included in the output data.
Currently this is a prototype and supports:
- release, beta, aurora & nightly channel
- major releases only
- histograms
- scalars
- events