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, 
   
   
![image](https://user-images.githubusercontent.com/19790142/229031706-2e7a50e7-de31-411e-9fa2-591c3f103f8a.png)
   
   After patch 
   
![image](https://user-images.githubusercontent.com/19790142/229031794-70aa010a-e111-4ca5-821e-911cbaaf4dff.png)
   


-- 
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]

Reply via email to