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

Glean dictionary: add type specific information to the metric popup #117

Closed Dexterp37 closed 3 years ago

Dexterp37 commented 3 years ago

When looking at the performance.time_dom_interactive metric, because it's a timing distribution, we are interested in knowing what's its time unit as well, since it has implications about its resolution.

The time_unit field of the metric definition can tell us this.

The field is currently not displayed on the popup with the metric data, but it should.

wlach commented 3 years ago

This appears to be fixed. It is implemented in the new glean dictionary as well.