Closed
Bug 807031
Opened 12 years ago
Closed 12 years ago
submit telemetry on whether social sidebar is visible
Categories
(Firefox Graveyard :: SocialAPI, defect)
Firefox Graveyard
SocialAPI
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 851653
People
(Reporter: taras.mozilla, Assigned: jaws)
Details
This would be helpful to track down possible regressions in tabswitch, session-store, etc.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jaws
Status: NEW → ASSIGNED
OS: Windows 7 → All
Hardware: x86_64 → All
Version: unspecified → Trunk
Assignee | ||
Comment 1•12 years ago
|
||
How does Telemetry handle correlation? What if the user toggles the sidebar on/off in the same session?
Flags: needinfo?(taras.mozilla)
Reporter | ||
Comment 2•12 years ago
|
||
Sorry for the delay, had to think about this. Really sucks to not have 2d histograms for this. I think the most useful way to do this is to add a SOCIAL_SIDEBAR_DURATION. This would be the sum of all time with social sidebar was visible(ie one histogram entry per sidebar show/hide cycle). We could then use SOCIAL_SIDEBAR_DURATION.sum/uptime to gauge which sessions were significantly affected.
Flags: needinfo?(taras.mozilla) needinfo?(taras.mozilla) → needinfo+
Assignee | ||
Comment 3•12 years ago
|
||
I'm still confused about how we will try to connect two histograms. Is that possible?
Flags: needinfo?(vdjeric)
Comment 4•12 years ago
|
||
(In reply to Jared Wein [:jaws] from comment #3)
> I'm still confused about how we will try to connect two histograms. Is that
> possible?
I can't think of a good way. You could have a separate histogram for TABSWITCH_WITH_SOCIAL_ENABLED and then compare it with the existing tabswitch measure, but that's hacky.
Perhaps Taras meant that the SOCIAL_SIDEBAR_DURATION histogram would be helpful when analyzing raw individual pings?
Flags: needinfo?(vdjeric) → needinfo?(taras.mozilla)
Reporter | ||
Comment 5•12 years ago
|
||
(In reply to Vladan Djeric (:vladan) from comment #4)
> (In reply to Jared Wein [:jaws] from comment #3)
> > I'm still confused about how we will try to connect two histograms. Is that
> > possible?
>
> Perhaps Taras meant that the SOCIAL_SIDEBAR_DURATION histogram would be
> helpful when analyzing raw individual pings?
yes. Lets do this.
Flags: needinfo?(taras.mozilla)
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•