Closed
Bug 1315663
Opened 8 years ago
Closed 8 years ago
Add URI Count and Domain Count to main summary
Categories
(Cloud Services Graveyard :: Metrics: Pipeline, defect, P1)
Cloud Services Graveyard
Metrics: Pipeline
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mreid, Assigned: mreid)
References
Details
Attachments
(1 file)
Per bug 1271313, we have a couple of new measures landing on the release channel. We should add fields to the main_summary dataset for two scalar measures:
browser.engagement.unique_domains_count
browser.engagement.total_uri_count
Updated•8 years ago
|
Points: --- → 2
Priority: -- → P2
Comment 1•8 years ago
|
||
:mreid, could we get this prioritized as it blocks us from comparing our crash rate against the numbers that Chrome shared with us; which is crucial for baselining our stability efforts.
Flags: needinfo?(mreid)
Updated•8 years ago
|
Assignee: nobody → mreid
Priority: P2 → P1
Assignee | ||
Comment 2•8 years ago
|
||
I'm planning to add all the "browser.engagement" metrics defined in Scalars.yaml, sound OK? Specifically:
max_concurrent_tab_count
tab_open_event_count
max_concurrent_window_count
window_open_event_count
total_uri_count
unfiltered_uri_count
unique_domains_count
Do we need to add the browser.engagement.navigation ones at the same time?
Flags: needinfo?(mreid) → needinfo?(hkirschner)
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
:joy was blocking on this for bug 1315406, so ni?
Flags: needinfo?(hkirschner) → needinfo?(sguha)
Comment 5•8 years ago
|
||
From bug 1315406, we need
"Chrome measures crashes per million pageloads (CPM), where pageloads include subframes and crashes include any unclean shutdown."
This bug is supposed to collection information to answer "pageloads include subframes". Which measures in Comment 2 answer this?
Flags: needinfo?(sguha) → needinfo?(mreid)
Assignee | ||
Comment 6•8 years ago
|
||
Looks like total_uri_count should give you the denominator you need. More info in the scalar definitions at
https://dxr.mozilla.org/mozilla-central/source/toolkit/components/telemetry/Scalars.yaml
Flags: needinfo?(mreid)
Comment 7•8 years ago
|
||
then that is all that is required (i think)
Comment 8•8 years ago
|
||
would i see this in main_summary in redash as of today?
how far back would it go?
Flags: needinfo?(mreid)
Assignee | ||
Comment 9•8 years ago
|
||
It's not there yet - the new columns will appear the day after the attached PR lands.
It will need to be backfilled separately as far back as you need - is 1 month of backfill a good amount?
Flags: needinfo?(mreid) → needinfo?(sguha)
Comment 10•8 years ago
|
||
1. Do you have an idea when the PR lands? Thanks
2. Harald, how far back do you want backfilled?
Flags: needinfo?(sguha) → needinfo?(hkirschner)
Assignee | ||
Comment 11•8 years ago
|
||
(In reply to "Saptarshi Guha[:joy]" from comment #10)
> 1. Do you have an idea when the PR lands? Thanks
Hoping it'll land tomorrow. Ran into a detour with my initial approach. The current method should be OK.
Assignee | ||
Updated•8 years ago
|
Attachment #8814253 -
Flags: review?(rvitillo)
Comment 12•8 years ago
|
||
> 2. Harald, how far back do you want backfilled?
1 month should be enough
Flags: needinfo?(hkirschner)
Assignee | ||
Comment 13•8 years ago
|
||
Comment on attachment 8814253 [details] [review]
[telemetry-batch-view] mreid-moz:bug1315663 > mozilla:master
r=roberto per the attached PR.
See Bug 1321316 for follow-up on backfill.
Attachment #8814253 -
Flags: review?(rvitillo) → review+
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Comment 14•8 years ago
|
||
I also recommend adding this count to crash_aggregates table
Updated•6 years ago
|
Product: Cloud Services → Cloud Services Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•