Document file name requirement for metrics.yaml/pings.yaml due to probe-scraper
Categories
(Data Platform and Tools :: Glean: SDK, defect, P1)
Tracking
(Not tracked)
People
(Reporter: janerik, Assigned: janerik)
Details
Attachments
(1 file)
On the metrics yaml doc page we document that the metric definition file can have any name.
While the Glean tooling locally (glean_parser) supports that, probe-scraper currently requires fixed names.
We should adjust the docs accordingly to point this out.
Comment 1•4 years ago
|
||
Feels a bit unfortunate to have to talk about probe scraper specifics in the docs, but this is a gotcha worth noting.
Comment 2•4 years ago
|
||
What would it take to remove this restriction in probe_scraper. From the code, it just looks like an arbitrary sanity check, not anything that's required.
Comment 3•4 years ago
|
||
Filed https://github.com/mozilla/probe-scraper/issues/364 to explore whether we could just remove the restriction from probe-scraper instead.
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
| Assignee | ||
Comment 5•3 years ago
|
||
badboy merged PR #577: "Bug 1738880 - Alllow any filename ending in .yaml for metrics and ping files" in 8016393.
Description
•