-
Notifications
You must be signed in to change notification settings - Fork 811
[ECOINT-304] Add CockroachDB storage and KV metrics #2814
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
base: master
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,21 @@ | ||
| # CHANGELOG - CockroachDB Dedicated | ||
|
|
||
| ## 1.0.0 | ||
| ## 2.1.0 / 2025-11-06 | ||
|
|
||
| ***Added***: | ||
|
|
||
| * Versioning existing release. | ||
| * KV and storage metrics: `storage_wal_fsync_latency`, | ||
| `rebalancing_replicas_queriespersecond`, `range_merges`, | ||
| `rebalancing_lease_transfers`, `rebalancing_range_rebalances` | ||
|
|
||
| ## 2.0.0 / 2022-08-16 | ||
|
|
||
| ***Added***: | ||
|
|
||
| * Limited preview dashboard for serverless. | ||
|
|
||
| ## 2.0.0 | ||
| ## 1.0.0 / 2022-05-24 | ||
|
|
||
| ***Added***: | ||
|
|
||
| * Limited preview dashboard for serverless. | ||
| * Versioning existing release. | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We recently added a
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dd-dominic I don't know offhand if the integration is providing these tags. Since it's listed as an optional attribute in the documentation, could we add that info in a followup PR? I'd love to get these storage metrics documented and then do more of the metadata/housekeeping stuff separately if that's possible. Please let me know what you think! |
Uh oh!
There was an error while loading. Please reload this page.