Closed
Bug 1539427
Opened 7 years ago
Closed 7 years ago
glean: Glean Parser metrics.yaml documentation html has quotes around schema which doesn't compile
Categories
(Toolkit :: Telemetry, defect, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
People
(Reporter: travis_, Assigned: mdroettboom)
References
Details
(Whiteboard: [telemetry:mobilesdk:m?])
Attachments
(1 file)
https://mozilla.github.io/glean_parser/metrics-yaml.html
At the top of the page above, it says you need to add the following to the top level of the file:
$schema: "moz://mozilla.org/schemas/glean/metrics/1-0-0"
That gives me an error when compiling and I notice that the metrics.yaml file in service-glean has the same thing but without the quotes:
$schema: moz://mozilla.org/schemas/glean/metrics/1-0-0
| Reporter | ||
Comment 1•7 years ago
|
||
Apparently the error wasn't related to the fact that it didn't have quotes... but it is an inconsistency between the two.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mdroettboom
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•