Closed
Bug 1943138
Opened 1 year ago
Closed 1 year ago
Generate separate {Event,Histogram,Scalar}GIFFTMap.cpp files so the {Event,Histogram,Scalar}GIFFTMap.h headers don't change when adding a new Glean metric
Categories
(Toolkit :: Telemetry, task)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
136 Branch
| Tracking | Status | |
|---|---|---|
| firefox136 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
It turns out bug 1879329 was not enough to avoid broad rebuilds when adding a new Glean metric with mirroring to legacy telemetry.
| Assignee | ||
Comment 1•1 year ago
|
||
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/97e177aa3f5a
Generate separate {Event,Histogram,Scalar}GIFFTMap.cpp files so the {Event,Histogram,Scalar}GIFFTMap.h headers don't change when adding a new Glean metric, r=chutten.
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox136:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 136 Branch
Comment 4•1 year ago
|
||
(because my pedantry knows no bounds, I feel I need to specify that the headers would only change if you added a new Glean metric that mirrored to a Telemetry probe. That's the kind of thing we're doing an awful lot of in e.g. bug 1935420, but it isn't always the case.)
You need to log in
before you can comment on or make changes to this bug.
Description
•