Skip to content
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

release-20.1: backupccl: add telemetry #46755

Merged
merged 2 commits into from
Mar 31, 2020

Conversation

dt
Copy link
Member

@dt dt commented Mar 30, 2020

Backport 2/2 commits from #46716.

/cc @cockroachdb/release


This adds counters to usage of various features of BACKUP and RESTORE:

  • if encryption is used
  • if full-cluster is used
  • if incremental is used, either explicitly or automatically
  • total, succeeded and failed counts as well as runtime, size and throughput

These should help us measure how BACKUP and RESTORE are used and are behaving in the wild and where to direct our future efforts.

Fixes #46518
Fixes #46520
Fixes #46521

Release note (enterprise change): BACKUP and RESTORE now collect some anonymous telemetry on throughput and feature usage.

Release justification: low-risk, high impact.

dt added 2 commits March 30, 2020 21:50
Release note: none.

Release justification: extremely minor change.
This adds counters to usage of various features of BACKUP and RESTORE:
 - if encryption is used
 - if full-cluster is used
 - if incremental is used, either explicitly or automatically
 - total, succeeded and failed counts as well as runtime, size and throughput

These should help us measure how BACKUP and RESTORE are used and are behaving in the wild
and where to direct our future efforts.

Release note (enterprise change): BACKUP and RESTORE now collect some anonymous telemetry on throughput and feature usage.

Release justification: low-risk, high impact.
@dt dt requested a review from pbardea March 30, 2020 21:50
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@dt dt merged commit df5cd02 into cockroachdb:release-20.1 Mar 31, 2020
@dt dt deleted the backport20.1-46716 branch March 31, 2020 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants