Closed
Bug 1930576
Opened 1 year ago
Closed 10 months ago
Display metrics in storage on about:glean
Categories
(Toolkit :: Telemetry, enhancement, P4)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: brosa, Assigned: charlie)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Whiteboard: [fog-migration])
Attachments
(1 file)
Fetch existing metric data in storage and display it in a table on the page.
- Can get all the categories by iterating over
Glean - Can get all metric names by iterating over all categories via
Glean.<category> - Can get all metric values by calling
testGetValueon all metrics
For this implementation, we will ignore labeled metrics. Adding a testGetValue for labeled metrics will happen separately in https://bugzilla.mozilla.org/show_bug.cgi?id=1930572
| Reporter | ||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee: rosahbruno → nobody
Priority: P3 → --
Whiteboard: [fog-migration]
Updated•1 year ago
|
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P4
| Assignee | ||
Updated•10 months ago
|
Assignee: nobody → chumphreys
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•10 months ago
|
||
Pushed by chumphreys@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8191767b8ac2
https://hg.mozilla.org/integration/autoland/rev/fe3c24f7c6c1
add table to about:glean listing each metric, its type, and value r=chutten,fluent-reviewers,toolkit-telemetry-reviewers,bolsson
Pushed by abutkovits@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/0cb1556cc236
https://hg.mozilla.org/integration/autoland/rev/77467ca3f20d
Revert "Bug 1930576: add table to about:glean listing each metric, its type, and value r=chutten,fluent-reviewers,toolkit-telemetry-reviewers,bolsson" for causing failures complaining about aboutGlean.js.
Comment 4•10 months ago
|
||
Backed out for causing failures complaining about aboutGlean.js.
Backout link: https://hg-edge.mozilla.org/integration/autoland/rev/77467ca3f20d607a51c8a80035ad1ff642c9b59b
Failure log: https://treeherder.mozilla.org/logviewer?job_id=523263630&repo=autoland&task=YrnteSJiQz6XBglp-9XKeQ.0&lineNumber=2190
Flags: needinfo?(chumphreys)
Pushed by chumphreys@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a52f3f39493f
https://hg.mozilla.org/integration/autoland/rev/3a5c58bcc40b
add table to about:glean listing each metric, its type, and value r=chutten,fluent-reviewers,toolkit-telemetry-reviewers,bolsson
Pushed by csabou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5112104251fc
https://hg.mozilla.org/integration/autoland/rev/d6d5047a9ac2
Revert "Bug 1930576: add table to about:glean listing each metric, its type, and value r=chutten,fluent-reviewers,toolkit-telemetry-reviewers,bolsson" for causing bc failures on browser_parsable_css and browser_all_files_referenced
Comment 7•10 months ago
|
||
Backed out for causing bc failures on browser_parsable_css and browser_all_files_referenced
Failure logs:
- browser/base/content/test/static/browser_parsable_css.js | Got error message for chrome://global/content/aboutGlean.css: Error in parsing value for ‘vertical-align’. Declaration dropped. - https://treeherder.mozilla.org/logviewer?job_id=523335460&repo=autoland&task=Bc28Nit_RESYcaraU2nVOw.0
- browser/base/content/test/static/browser_all_files_referenced.js | unused allowlist entry: chrome://global/content/third_party/d3/d3.js - https://treeherder.mozilla.org/logviewer?job_id=523340118&repo=autoland&task=T2hBe7gJRo6rO9xR_dqqmA.0
Pushed by chumphreys@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2965121e964b
https://hg.mozilla.org/integration/autoland/rev/426245dbc609
add table to about:glean listing each metric, its type, and value r=chutten,fluent-reviewers,toolkit-telemetry-reviewers,bolsson
Comment 9•10 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
Updated•9 months ago
|
QA Whiteboard: [qa-triage-done-c145/b144]
| Assignee | ||
Updated•9 months ago
|
Flags: needinfo?(chumphreys)
You need to log in
before you can comment on or make changes to this bug.
Description
•