Closed Bug 1728076 Opened 3 years ago Closed 3 years ago

firefox-desktop-background-update should not send the metrics ping

Categories

(Toolkit :: Telemetry, enhancement, P1)

enhancement

Tracking

()

RESOLVED FIXED
93 Branch
Tracking Status
firefox93 --- fixed

People

(Reporter: janerik, Assigned: chutten)

References

Details

(Whiteboard: [telemetry:fog:m?])

Attachments

(1 file)

After we enabled the Rust-powered metrics ping scheduler the firefox-desktop-background-update application started sending a metrics ping.
That application doesn't put any metrics in that ping, all that's in there is glean_validation_first_run_hour, which is a core metric.
They use a custom ping to send data.

We should probably just disable the MPS in that app.

FOG is initialized here: https://searchfox.org/mozilla-central/rev/5a362eb7d054740dc9d7c82c79a2efbc5f3e4776/toolkit/mozapps/update/BackgroundTask_backgroundupdate.jsm#319

Filing as a telemetry bug, because this will require changing initializeFOG

Hm. Well, we could make use_core_mps conditional on not being supplied an app_id override...

It means tying the concept of "metrics" pings to just Firefox Desktop. Good enough for now, I guess. No need to seek a Perfect Solution beyond that.

Assignee: nobody → chutten
Status: NEW → ASSIGNED
Priority: -- → P1

Background Update only uses its own custom pings for metrics sending
(at least for now) so we shouldn't turn on the Metrics Ping Scheduler for it.

Whiteboard: [telemetry:fog:m?]
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/18d7ddf67682
Don't send Glean "metrics" pings from Background Update Agent r=janerik
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch
See Also: → 1809275
See Also: → 1809460
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: