forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
96350: kv: Add stats for delegated snapshots r=AlexTalks a=andrewbaptist Adds three new stats for delegated snapshots. These are not currently exposed through the admin UI, but will be useful for determining the effectiveness of using delegated snapshots in a multi-region setup. The stats are: range.snapshot.delegate.send-bytes - Number of bytes sent by a delegate. range.snapshot.delegate.successes - Successful delegation requests. range.snapshot.delegate.successes - Failed delegation requests. Note that the delegate success and failure stats intentionally do not include self-delegated snapshots since those are already accounted for by the standard snapshot stats. The cost savings from using delegated snapshots can be directly determined by multiplying the send-bytes metric by the cost to send data across regions. Release note (ops change): Adding additional stats described above. Epic: none Co-authored-by: Andrew Baptist <[email protected]>
- Loading branch information
Showing
3 changed files
with
63 additions
and
9 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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