Open
Bug 1895300
Opened 2 years ago
Updated 2 years ago
Enable enabled in Glean.js
Categories
(Data Platform and Tools :: Glean: SDK, enhancement, P4)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: brosa, Unassigned, Mentored)
Details
glean_parser generates a property for pings called enabled. We can use this metadata in Glean.js to customize behavior for specific pings.
glean_parser PR: https://github.com/mozilla/glean_parser/pull/681
glean PR: https://github.com/mozilla/glean/pull/2792
The full list of unsupported glean_parser features can be found here: https://github.com/mozilla/glean.js/blob/main/glean/src/core/pings/common_ping_data.ts#L18
| Reporter | ||
Comment 1•2 years ago
|
||
Glean.js currently does not support the Server Knobs capability, so remote configuration of pings/metrics is not possible at the moment. This will stay in the backlog until we have a need to implement this. There will be a larger required effort around server knobs on the web before we are able support this.
You need to log in
before you can comment on or make changes to this bug.
Description
•