feat(js_server): Add support for the server-deletion-request ping (DENG-4079) - #860
Merged
Conversation
akkomar
force-pushed
the
DENG-4079_server_deletion_requests
branch
from
September 10, 2026 16:42
6a41f2e to
8b330fb
Compare
badboy
approved these changes
Sep 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a
server-deletion-requestping so server applications can ask the pipeline to delete a user's collected data.Applications will opt in by adding
server-deletion-requesttosend_in_pingson the metric that identifies the user. No template changes were needed because we already had support for pings carrying only string metrics.This doesn't reuse
deletion-requestping because server telemetry has no Glean-managedclient_idthat's used by generic Shredder machinery.User-facing documentation will land in mozilla/glean#3613.
See https://mozilla-hub.atlassian.net/browse/DENG-4079.
Pull Request checklist
make testruns without emitting any warningsmake lintruns without emitting any errorsCHANGELOG.mdor an explanation of why it does not need one