Closed
Bug 1863242
Opened 2 years ago
Closed 2 years ago
about:glean has incorrect instructions for ad-hoc testing
Categories
(Toolkit :: Telemetry, defect, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
122 Branch
| Tracking | Status | |
|---|---|---|
| firefox122 | --- | fixed |
People
(Reporter: pbone, Assigned: chutten)
Details
Attachments
(1 file)
The about:glean page has a paragraph saying:
For more ad hoc testing, you can also determine the current value of a particular piece of instrumentation by opening a devtools console here on about:glean and using the testGetValue() API like
Glean.metricCategory.metricName.testGetValue().
But these instructions don't work. There's no metricCategory property in Glean.
Comment 1•2 years ago
|
||
We should make it more obvious, but metricCategory and metricName should be replaced with the category and name of the metric you want to look at.
Comment 2•2 years ago
|
||
The severity field is not set for this bug.
:chutten, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(chutten)
| Assignee | ||
Comment 3•2 years ago
|
||
I'll try to get something quick drafted.
Assignee: nobody → chutten
Severity: -- → S4
Status: NEW → ASSIGNED
Flags: needinfo?(chutten)
Priority: -- → P1
| Assignee | ||
Comment 4•2 years ago
|
||
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e137b455c479
Clarify about:glean ad hoc instructions r=perry.mcmanis,fluent-reviewers,kpatenio
Comment 6•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•