Closed
Bug 1387163
Opened 7 years ago
Closed 7 years ago
Estimate effort needed to report search volume in experiments
Categories
(Data Platform and Tools :: General, enhancement, P1)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: harter, Unassigned)
References
Details
I'm interested in testing whether a Firefox feature change affects search volume (roughly: the sum of all SEARCH_COUNTS). Is this something that the experiment viewer can assist with?
I took a quick look at the telemetry-batch-view job and it looks like it's dealing primarily with histograms. Does it work well with keyed histograms?
To be clear, I'm not asking you to implement this. I recognize this will take an additional allocation of resources to implement.
Flags: needinfo?(ssuh)
Flags: needinfo?(fbertsch)
Reporter | ||
Updated•7 years ago
|
Component: Datasets: Search → Datasets: Experiments
Comment 1•7 years ago
|
||
Yes! Currently keyed histograms are "unkeyed" so to speak, where all key histograms are aggregated together (so {a: {1:1}, b: {2:2}} would just become {1:1, 2:2}). All we have to do is add the "SEARCH_COUNTS" histogram to the histogram whitelist, and it should show up during the next run.
The viewer will show the two histogram distributions. If you need more details on what exactly is being shown let us know.
Flags: needinfo?(fbertsch)
Reporter | ||
Comment 2•7 years ago
|
||
Gah, I realize now that this won't work. SEARCH_COUNTS contains keys for (e.g.) hooli.incontent and hooli.sap which count mostly the same thing. Our metrics would be uninterpretable without some filter on which keys are included.
We've discussed exploding out keys as separate aggregates in the past -- do you have a timeline for when you want to launch this?
Reporter | ||
Comment 4•7 years ago
|
||
I'm trying to scope out a goal for Q3.
:harter -- is this bug still valid?
Points: --- → 2
Flags: needinfo?(rharter)
Reporter | ||
Comment 7•7 years ago
|
||
Nope.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(rharter)
Resolution: --- → WONTFIX
Assignee | ||
Updated•2 years ago
|
Component: Datasets: Experiments → General
You need to log in
before you can comment on or make changes to this bug.
Description
•