mozilla / probe-dictionary

Tool that makes Firefox Telemetry probe information searchable
https://probes.telemetry.mozilla.org
Mozilla Public License 2.0
7 stars 17 forks source link

probe-dictionary

A tool that makes the Telemetry probe data in Firefox more discoverable and searchable.

This front-end allows answering questions like

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 supports:

This project was bootstrapped with Create React App.

Development

To run locally:

run npm start To launch the cypress test runner: run npm run test

The production data endpoints should work just fine locally.