Closed
Bug 1237401
Opened 9 years ago
Closed 9 years ago
Update youtube rewrite telemetry probes to cover all cases (YOUTUBE_NONREWRITABLE_EMBED_SEEN)
Categories
(Core :: Audio/Video: Playback, defect, P2)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla47
People
(Reporter: qdot, Assigned: qdot)
References
Details
Attachments
(1 file)
1.70 KB,
patch
|
vladan
:
review+
|
Details | Diff | Splinter Review |
Once bug 769117 lands, it'd be nice to know how many flash youtube embeds we're rewriting, and how many we're leaving alone. We should expand our telemetry probes to cover all of these cases.
Assignee | ||
Comment 1•9 years ago
|
||
Will put up for review once bug 769117 lands, as this patch could change based on those reviews.
Updated•9 years ago
|
Priority: -- → P2
Comment 2•9 years ago
|
||
hi Kyle, is your YOUTUBE_NONREWRITABLE_EMBED_SEEN patch ready for review? Our YouTube contact estimated that only 5% of Flash embeds are scripted (enablejsapi=1), so it will be interesting to compare with our telemetry probe.
Flags: needinfo?(kyle)
Summary: Update youtube rewrite telemetry probes to cover all cases → Update youtube rewrite telemetry probes to cover all cases (YOUTUBE_NONREWRITABLE_EMBED_SEEN)
Assignee | ||
Updated•9 years ago
|
Attachment #8704913 -
Flags: review?(cpeterson)
Comment 4•9 years ago
|
||
Comment on attachment 8704913 [details] [diff] [review]
Patch 1 (v1) - Add telemetry probe for non-rewritable youtube flash embeds; r=cpeterson
Review of attachment 8704913 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM!
Attachment #8704913 -
Flags: review?(cpeterson) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Comment on attachment 8704913 [details] [diff] [review]
Patch 1 (v1) - Add telemetry probe for non-rewritable youtube flash embeds; r=cpeterson
Forgot to have a metrics peer review.
Attachment #8704913 -
Flags: review+ → review?(vladan.bugzilla)
Assignee | ||
Updated•9 years ago
|
Attachment #8704913 -
Attachment description: Patch 1 (v1) - Add telemetry probe for non-rewritable youtube flash embeds → Patch 1 (v1) - Add telemetry probe for non-rewritable youtube flash embeds; r=cpeterson
Comment 6•9 years ago
|
||
Comment on attachment 8704913 [details] [diff] [review]
Patch 1 (v1) - Add telemetry probe for non-rewritable youtube flash embeds; r=cpeterson
Review of attachment 8704913 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/telemetry/Histograms.json
@@ +10033,5 @@
> },
> + "YOUTUBE_NONREWRITABLE_EMBED_SEEN": {
> + "alert_emails": ["cpeterson@mozilla.com"],
> + "expires_in_version": "48",
> + "kind": "flag",
This probe will log False in all sessions where a non-rewriteable YouTube embed was NOT seen, even sessions that didn't visit YouTube. Is that the # you're after?
Also note that this probe will collect data from Release channel on an opt-in basis.
Attachment #8704913 -
Flags: review?(vladan.bugzilla) → review+
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Vladan Djeric (:vladan) -- please needinfo from comment #6)
> Comment on attachment 8704913 [details] [diff] [review]
> Patch 1 (v1) - Add telemetry probe for non-rewritable youtube flash embeds;
> r=cpeterson
>
> Review of attachment 8704913 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: toolkit/components/telemetry/Histograms.json
> @@ +10033,5 @@
> > },
> > + "YOUTUBE_NONREWRITABLE_EMBED_SEEN": {
> > + "alert_emails": ["cpeterson@mozilla.com"],
> > + "expires_in_version": "48",
> > + "kind": "flag",
>
> This probe will log False in all sessions where a non-rewriteable YouTube
> embed was NOT seen, even sessions that didn't visit YouTube. Is that the #
> you're after?
Yeah, we're after the total percentage of sessions that see a youtube embed with enablejsapi=1. We expect this to be fairly tiny.
>
> Also note that this probe will collect data from Release channel on an
> opt-in basis.
ni?'ing :cpeterson. Not sure how widespread we want this.
Flags: needinfo?(cpeterson)
Comment 8•9 years ago
|
||
(In reply to Kyle Machulis [:kmachulis] [:qdot] from comment #7)
> (In reply to Vladan Djeric (:vladan) -- please needinfo from comment #6)
> > Also note that this probe will collect data from Release channel on an
> > opt-in basis.
>
> ni?'ing :cpeterson. Not sure how widespread we want this.
I think that is OK. We don't care about exact count of Flash embeds, just the scale of the problem.
Flags: needinfo?(cpeterson)
Comment 10•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
Updated•9 years ago
|
Target Milestone: mozilla46 → mozilla47
You need to log in
before you can comment on or make changes to this bug.
Description
•