Skip to content

hampgoodwin/fx-data-explorer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fx-data-explorer

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

About

POC of extracting per-version metrics information for Firefox.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 38.8%
  • JavaScript 35.6%
  • HTML 20.1%
  • CSS 5.5%