Closed
Bug 1426150
Opened 8 years ago
Closed 8 years ago
Document health ping sendFailure keys
Categories
(Toolkit :: Telemetry, enhancement, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla60
| Tracking | Status | |
|---|---|---|
| firefox60 | --- | fixed |
People
(Reporter: chutten|PTO, Assigned: chutten|PTO)
Details
Attachments
(1 file)
The codes I added for bug 1367110 are rather opaque if you weren't the one who implemented them. Document them.
Proposed text:
eOK: No error.
eUnreachable: The remote server was unreachable.
eChannelOpen: The connection failed when we tried to open the channel.
eRedirect: The connection failed in some way during a redirect.
abort: The same thing as a normal XHR's `abort`: https://developer.mozilla.org/en-US/docs/Web/Events/abort
timeout: The same thing as a normal XHR's `timeout`: https://developer.mozilla.org/en-US/docs/Web/Events/timeout
| Assignee | ||
Updated•8 years ago
|
Priority: P2 → P1
| Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8943953 [details]
bug 1426150 - Augment in-tree docs for health ping sendFailure keys.
https://reviewboard.mozilla.org/r/214292/#review220168
Looks good. Just one nit below.
::: toolkit/components/telemetry/docs/data/health-ping.rst:84
(Diff revision 1)
> -* "eOK"
> -* "eRequest"
> -* "eUnreachable"
> -* "eChannelOpen"
> -* "eRedirect"
> -* "abort"
> +* "eOK" - No error.
> +* "eRequest" - There was some error in the request before we started to service it.
> +* "eUnreachable" - The remote server was unreachable.
> +* "eChannelOpen" - The connection failed when we tried to open the channel.
> +* "eRedirect" - The connection failed when being redirected.
> +* "abort" - What XMLHttpRequest means by "abort" (see https://developer.mozilla.org/en-US/docs/Web/Events/abort)
nit: can we make this and the one below a link?
```
(see `MDN <https://developer.mozilla.org/en-US/docs/Web/Events/abort>`_)
```
Attachment #8943953 -
Flags: review?(alessio.placitelli) → review+
| Comment hidden (mozreview-request) |
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5639bfbf4a00
Augment in-tree docs for health ping sendFailure keys. r=Dexter
Comment 5•8 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•8 years ago
|
status-firefox59:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•