mozilla / glam

Mozilla's primary interactive dashboard for examining the distribution of telemetry values.
https://glam.telemetry.mozilla.org
Mozilla Public License 2.0
21 stars 23 forks source link

`counter` metric mentions "session" but there is no concept of sessions in glean #1207

Open mcomella opened 3 years ago

mcomella commented 3 years ago

In the count aggregation method for counters, it mentions "session": image

But when I asked, dexter mentioned glean doesn't have that concept and we could clarify the meaning in GLAM.

robhudson commented 3 years ago

This is most likely because these were written when GLAM only supported Firefox Desktop and these strings are applied to all products within GLAM. This bug should tease these apart so we can support per-product strings describing the aggregation types.