Closed
Bug 1358206
Opened 8 years ago
Closed 4 years ago
Add in-tree Docs for mobile-event ping
Categories
(Focus-iOS :: General, enhancement, P3)
Focus-iOS
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: frank, Assigned: frank)
References
Details
Attachments
(1 file)
|
5.44 KB,
patch
|
sebastian
:
review+
|
Details | Diff | Splinter Review |
Per a discussion with policy and legal, we decided the best place for the focus-event ping docs to exist was side-by-side with the rest of the ping documentation in readthedocs.
This should mirror the docs for existing pings.
Comment 1•8 years ago
|
||
Moving this to the hopefully right component.
I'm happy to feedback this if it helps.
Component: Telemetry → General
Product: Toolkit → Focus
| Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8860144 -
Flags: review?(s.kaspari)
Comment 3•8 years ago
|
||
Comment on attachment 8860144 [details] [diff] [review]
0001-Bug-1358206-Add-focus-event-ping-docs.r-sebastian.patch
Review of attachment 8860144 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/components/telemetry/docs/data/focus-event-ping.rst
@@ +28,5 @@
> + "locale": <string>, // application locale, e.g. "en-US"
> + "os": <string>, // OS name, e.g. Android
> + "osversion": <string>, // OS version
> + "created": <Timetamp> , // UNIX time, ms since epoch
> + "tz": <integer>, // e.g. -300
+ in minutes?
@@ +58,5 @@
> + a) Key: “pref_privacy_block_analytics”
> + b) Values: [“true”, “false”]
> +#) Block web fonts
> + a) Key: “pref_performance_block_webfonts”
> + b) Values: [“true”, “false”]
There's a new one for blocking images: pref_performance_block_images
@@ +89,5 @@
> +~~~~~~~~~~~~~~~~~~
> +This header is used to track the submission date of the focus-event ping in the format
> +specified by
> +`rfc 2616 sec 14.18 <https://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.18>`_,
> +et al (e.g. "Tue, 01 Feb 2011 14:00:00 GMT").
Oh, this is good to know. I don't set this header explicitly. Maybe the HTTP client is setting it.. otherwise I should add it.
Attachment #8860144 -
Flags: review?(s.kaspari) → review+
| Assignee | ||
Comment 4•8 years ago
|
||
How does this look? Tried to NI ellee but it looks like he's on PTO.
Flags: needinfo?(merwin)
Comment 8•8 years ago
|
||
Since the first review of the patch Focus has added some more probes. We are documenting them in the Focus repository (just because it is straight-forward to update the document at the same time as code changes) here:
https://github.com/mozilla-mobile/focus-android/blob/master/docs/telemetry.md
We would need to update this patch before landing.
| Assignee | ||
Updated•8 years ago
|
Blocks: 1415578
Priority: P1 → P3
Summary: Add in-tree Docs for focus-event ping → Add in-tree Docs for mobile-event ping
| Assignee | ||
Comment 9•4 years ago
|
||
Moved to Glean.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•