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.
Browse files
Browse the repository at this point in the history
131505: storeliveness: add SupportManager metrics r=nvanbenschoten a=miraradeva This commit adds 9 new metrics for the Store Liveness `SupportManager`: - `storeliveness.heartbeat.successes`: Number of Store Liveness heartbeats sent out by the Store Liveness Support Manager. - `storeliveness.heartbeat.failures`: Number of Store Liveness heartbeats that failed to be sent out by the Store Liveness Support Manager. - `storeliveness.message_handle.successes`: Number of incoming Store Liveness messages handled by the Store Liveness Support Manager. - `storeliveness.message_handle.failures`: Number of incoming Store Liveness messages that failed to be handled by the Store Liveness Support Manager. - `storeliveness.support_withdraw.successes`: Number of times the Store Liveness Support Manager has successfully withdrawn support for another store. - `storeliveness.support_withdraw.failures`: Number of times the Store Liveness Support Manager has encountered an error while withdrawing support for another store. - `storeliveness.support_from.stores`: Number of stores that the Store Liveness Support Manager is requesting support from by sending heartbeats. - `storeliveness.transport.receive-queue-size`: Number of pending incoming messages from the Store Liveness Transport. - `storeliveness.transport.receive-queue-bytes`: Total byte size of pending incoming messages from Store Liveness Transport. Fixes: cockroachdb#125067 Release note: None 131642: *: remove the `txn.restarts.writetoooldmulti` metric. r=nvanbenschoten a=nicktrav The `txn.restarts.writetoooldmulti` metric became a subset of the `writetooold` metric in cockroachdb#11941. This effectively rendered it obsolete. Remove the metric. Fix cockroachdb#119413. Epic: CRDB-37617. Release note (ui change): The "Write Too Old (multiple)" metric was rolled into the "Write Too Old" error in a previous release. The metric has now been removed altogether. 131657: CODEOWNERS: update server/application_api/ to o11y r=kyle-a-wong a=kyle-a-wong Informs: cockroachdb#131630 Release note: None Co-authored-by: Mira Radeva <[email protected]> Co-authored-by: Nick Travers <[email protected]> Co-authored-by: Kyle Wong <[email protected]>
- Loading branch information
Showing
24 changed files
with
274 additions
and
84 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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
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
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
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
Oops, something went wrong.