Closed
Bug 1877843
Opened 2 years ago
Closed 2 years ago
Migrate GVST metrics in the javascript.{pageload|gc} namespaces to pure glean
Categories
(Toolkit :: Telemetry, task, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
124 Branch
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: perry.mcmanis, Assigned: chutten)
References
Details
Attachments
(2 files)
As seen here: https://searchfox.org/mozilla-central/source/toolkit/components/telemetry/geckoview/streaming/metrics.yaml
this covers JS/pageload metrics.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → chutten
Severity: -- → N/A
Status: NEW → ASSIGNED
Priority: -- → P1
| Assignee | ||
Updated•2 years ago
|
Summary: Migrate GVST metrics in the javascript.pageload namespaces to pure glean → Migrate GVST metrics in the javascript.{pageload|gc} namespaces to pure glean
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
Due to JS' relationship with Gecko symbols in general and Telemetry in
particular, this is a side-by-side migration where the Telemetry calls remain
in place and the Glean calls are additional.
(Instead of using GIFFT as an all-in-one, as is preferred).
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/37fbfcd2b87b
Migrate javascript.pageload GVST metrics r=perry.mcmanis,denispal
https://hg.mozilla.org/integration/autoland/rev/5732bd6e1d62
Migrate javascript.gc GVST metrics r=perry.mcmanis,sfink
Pushed by ctuns@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/59ec5ed86297
Fix file-whitespace lint
Comment 5•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/37fbfcd2b87b
https://hg.mozilla.org/mozilla-central/rev/5732bd6e1d62
https://hg.mozilla.org/mozilla-central/rev/59ec5ed86297
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•