[
https://issues.apache.org/jira/browse/HBASE-28845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
terrytlu updated HBASE-28845:
-----------------------------
Description:
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-2024-09-18-11-21-10-279.png|width=521,height=161!
!image-2024-09-18-11-21-20-295.png|width=521,height=282!
after modify the table name string to "Namespace_$namespace_table_$table, the
metric really display correctly in the /jmx response
was:
Found 2 metrics in the code: table level wal appendSize and table level
replication source
!image-2024-09-18-11-21-10-279.png|width=521,height=161!
!image-2024-09-18-11-21-20-295.png|width=521,height=282!
The 2 metrics did not display in the /jmx http interface, I suspect it's
because the metric name contains a colon : , after modify the table name string
to "Namespace_$namespace_table_$table, the metric display correctly in the /jmx
response
> table level wal appendSize and replication source metrics not correctly shown
> in /jmx response
> ----------------------------------------------------------------------------------------------
>
> Key: HBASE-28845
> URL: https://issues.apache.org/jira/browse/HBASE-28845
> Project: HBase
> Issue Type: Bug
> Reporter: terrytlu
> Assignee: terrytlu
> Priority: Major
> Attachments: image-2024-09-18-11-21-10-279.png,
> image-2024-09-18-11-21-20-295.png
>
>
> 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-2024-09-18-11-21-10-279.png|width=521,height=161!
>
> !image-2024-09-18-11-21-20-295.png|width=521,height=282!
> after modify the table name string to "Namespace_$namespace_table_$table, the
> metric really display correctly in the /jmx response
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)