Closed
Bug 1847994
Opened 1 years ago
Closed 1 years ago
Consider moving server knobs to its own Data Control Plane Nimbus feature instead of using Glean's
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Data Platform and Tools
Glean: SDK
Tracking
(firefox118 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: chutten, Assigned: travis_)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
At present it's difficult to experiment/rollout Glean stuff using Nimbus because the Nightly population is currently under Server Knobs/Data Control Plane directives. Since variables aren't merged by Nimbus, that DCP's variable is inside the glean
Nimbus feature with other variables rather squelches their ability to be experimented upon or rolled out.
I think we should either move the gleanMetricConfiguration
variable to its own Nimbus feature (say, data-control-plane
) or if it should remain in the glean
Nimbus feature, to move the rest of the variables to some other Nimbus feature (say, fog
) to properly reflect their independence.
(and then we should maybe document this)
Assignee | ||
Updated•1 years ago
|
Assignee: nobody → tlong
Priority: -- → P2
Assignee | ||
Updated•1 years ago
|
Priority: P2 → P1
Assignee | ||
Comment 1•1 years ago
|
||
Pushed by tlong@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b18da04ec31b
Move Glean metric configuration to its own Nimbus feature.r=chutten
Comment 3•1 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•