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

The probe-dictionary lists metrics that are long gone as still recording #103

Open Dexterp37 opened 4 years ago

Dexterp37 commented 4 years ago

See, for example NETWORK_AUTODIAL, which is not even mentioned anymore in our codebase :)

spasovski commented 4 years ago

Any reason why it's still in the probe scraper? @fbertsch might have an idea though it shows up in GLAM as well

fbertsch commented 4 years ago

Everything is always in the probe scraper. For that probe in particular, we can see from the JSON:

{
  "first": "46",
  "last": "48"
}

That it should be listed as last: 48.

cc @spasovski