-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ccl/backupccl: add application name to backup/restore telemetry #87875
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I assume app name is nonsensitive since events.proto
already had it marked as so.
Add application name as a field in RecoveryEvent. Record the session application name for every invoked backup, restore, and backup schedule creation. Release note: None
Is it? We went to great lengths to scrub the app name in sql stats (we added cluster.secret and a migration to populate it with a random nonce all so that we could hash that into the app name to make it irreversible in telemetry) |
I assumed so after looking for this PR that changed the sensitivity to |
Ah, I guess @dhartunian and SQL people concluded it isn't sensitive. Carry on then. |
bors r+ |
Build failed: |
bors retry |
Build failed (retrying...): |
Build succeeded: |
Add application name as a field in RecoveryEvent. Record the session application name for every invoked backup, restore, and backup schedule creation.