Closed
Bug 1477749
Opened 6 years ago
Closed 5 years ago
Add Use Counters to main summary
Categories
(Data Platform and Tools :: General, enhancement, P2)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mreid, Unassigned)
References
Details
(Whiteboard: [DataPlatform])
This may be handled by Bug 1391307, but it may be preferable to treat the USE_COUNTER2_* fields in a special way to simplify their use.
They are effectively uint scalars, so they could be treated as simple top-level fields.
Updated•6 years ago
|
Blocks: use-counters-in-release
Comment 1•6 years ago
|
||
If treating the use counters as scalars, we need to make sure to also have fields for their unit (page load counts & document load counts). These are included in each use counter histogram currently.
Note that the use counters are not listed in Histograms.json, but they are available in the probe info service. [1]
(The list of use counters is generated from Gecko source files using a Python script.)
See the probe dictionary for a list of use counters:
https://telemetry.mozilla.org/probe-dictionary/?search=use_counter2_
1: https://github.com/mozilla/probe-scraper
Reporter | ||
Comment 2•6 years ago
|
||
Georg, would you recommend fetching the list of use counters from the probe dictionary? Or running the probe scraper as part of the dataset generation?
Points: --- → 2
Flags: needinfo?(gfritzsche)
Priority: -- → P2
Comment 3•6 years ago
|
||
I recommend using the probe info service.
That's the service / interface that's aiming to provide the data of what probes our products have, so that data jobs don't have to run their own code for this.
Flags: needinfo?(gfritzsche)
Reporter | ||
Updated•6 years ago
|
Whiteboard: [DataPlatform]
Reporter | ||
Comment 4•5 years ago
|
||
Use counters are available in the main
ping table. I don't think we need them in main_summary
anymore.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•2 years ago
|
Component: Datasets: Main Summary → General
You need to log in
before you can comment on or make changes to this bug.
Description
•