ChenSammi opened a new pull request, #4506: URL: https://github.com/apache/ozone/pull/4506
https://issues.apache.org/jira/browse/HDDS-8325 ## How was this patch tested? manual test the patch by checking the /jmx and /prom output of each service. 1. Before the patch, for every rocksdb instance, there will be two metrics group in jmx, for example, SCM will have these two metrics group, "name" : "Hadoop:service=StorageContainerManager,name=Rocksdb_scm.db" "name" : "Hadoop:service=Ozone,name=RocksDbStore,dbName=scm.db" After the patch, SCM will have one metrics group for rocksdb, "name" : "Hadoop:service=StorageContainerManager,name=Rocksdb_scm.db" 2. blob_db related rocksdb metrics are filtered. Test by search with keyword BLOB_DB in /jmx and /prom output. 3. "estimated key count" in SCMMetadataStoreMetrics are consolidated. Before patch,  After patch  -- 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]
