-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
storage: export per-store disk metrics
Currently, disk metrics are computed and aggregated at a node level. However, a cockroach node can run multiple stores. This commit adds new timeseries disk metrics computed per-store. Epic: None. Release note (general change): The following metrics were added for observability of per-store disk events: - storage.disk.read.count - storage.disk.read.bytes - storage.disk.read.time - storage.disk.write.count - storage.disk.write.bytes - storage.disk.write.time - storage.disk.io.time - storage.disk.weightedio.time - storage.disk.iopsinprogress The metrics match the definitions of the sys.host.disk.* system metrics.
- Loading branch information
1 parent
425133f
commit f33445b
Showing
5 changed files
with
109 additions
and
5 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
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