terrytlu opened a new pull request, #6259:
URL: https://github.com/apache/hbase/pull/6259

   Found 2 metrics did not display in the /jmx http interface response, table 
level wal appendSize and table level replication source.
   
   I suspect it's because the metric name contains a colon : 
   
![image](https://github.com/user-attachments/assets/c5953aca-1705-40d6-9d34-e894463df63d)
   
   
![image](https://github.com/user-attachments/assets/e202500d-0c33-46d2-b175-57f37c831acd)
   
   after modify the table name string to "Namespace_$namespace_table_$table, 
the metric really display correctly in the /jmx response
   
    


-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to