sadanand48 opened a new pull request, #9406: URL: https://github.com/apache/ozone/pull/9406
## What changes were proposed in this pull request? Add metrics to track Snapshot RocksDB space and SST File stats ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-14041 ## How was this patch tested? Tried out on docker ```{ "beans" : [ { "name" : "Hadoop:service=OzoneManager,name=OMSnapshotDirectoryMetrics", "modelerType" : "OMSnapshotDirectoryMetrics", "tag.Context" : "Snapshot Directory Metrics", "tag.Hostname" : "b8f9c29c90ba", "DbSnapshotsDirSize" : 1162516, "TotalSstFilesCount" : 36, "NumSnapshots" : 3, "tag.Context.1" : "Per-Checkpoint Directory Metrics", "tag.CheckpointDirName.1" : "om.db-094618c2-8b30-4220-8351-d7d9d9b18cbd", "tag.Hostname.1" : "b8f9c29c90ba", "CheckpointDirSize.1" : 374766, "CheckpointSstFilesCount.1" : 4, "tag.Context.2" : "Per-Checkpoint Directory Metrics", "tag.CheckpointDirName.2" : "om.db-d7be41db-47e3-4db6-b556-1c72e5a88825", "tag.Hostname.2" : "b8f9c29c90ba", "CheckpointDirSize.2" : 398392, "CheckpointSstFilesCount.2" : 20, "tag.Context.3" : "Per-Checkpoint Directory Metrics", "tag.CheckpointDirName.3" : "om.db-4ad9186b-bea9-4ed5-b052-1a301e539f3e", "tag.Hostname.3" : "b8f9c29c90ba", "CheckpointDirSize.3" : 387538, "CheckpointSstFilesCount.3" : 12 } ] } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
