Open Bug 1760044 Opened 3 years ago Updated 3 years ago

When translating to markdown glean_parser ignores the 'events' ping

Categories

(Data Platform and Tools :: Glean: SDK, defect, P4)

defect

Tracking

(Not tracked)

People

(Reporter: brizental, Unassigned)

Details

I noticed this when trying to regenerate documentation for Glean.js.

The docs over on mozilla/glean also don't include 'events' information https://github.com/mozilla/glean/blob/main/docs/user/user/collected-metrics/metrics.md

The problem doesn't happen when translating to other targets.

This is mostly due to the fact that we only show pings for which we have metrics. There's no (non-internal) metrics in the events ping by default, so we don't generate it for Glean itself.
For apps that have events it will be included.
We could special case it to always be included, or at least included in the case of Glean.

Regardless, I consider this low priority right now.

Priority: P3 → P4
Whiteboard: [telemetry:glean-rs:m?]
You need to log in before you can comment on or make changes to this bug.