-
Notifications
You must be signed in to change notification settings - Fork 760
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: add new raft-log metrics to "metactl status" response (#16899)
These new metrics are added to gRPC API `GetClusterStatus` and corresponding databend-metactl CLI command. Newly added metrics are: ``` $ databend-metactl status # ... RaftLog: - CacheItems: 287 - CacheUsedSize: 4959439 - WALTotalSize: 4378076 - WALOpenChunkSize: 4378058 - WALOffset: 4378076 - WALClosedChunkCount: 1 - WALClosedChunkTotalSize: 18 - WALClosedChunkSizes: - ChunkId(00_000_000_000_000_000_000): 18 ```
- Loading branch information
1 parent
8498ad9
commit 22a8a82
Showing
7 changed files
with
91 additions
and
11 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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