ramkrishna.s.vasudevan created HBASE-25131:
----------------------------------------------
Summary: While emitting the memstore read based metrics use #
instead of _ while emitting them metric
Key: HBASE-25131
URL: https://issues.apache.org/jira/browse/HBASE-25131
Project: HBase
Issue Type: Bug
Reporter: ramkrishna.s.vasudevan
Assignee: ramkrishna.s.vasudevan
Fix For: 3.0.0-alpha-1, 2.3.3, 2.2.7
We do have table names with '_' in it. so it should be '#' that we use as the
seperator when we emit the metric out.
Usually _ is used for all other metric detail but here since we do that
grouping of the metric based on table and store name - it is better we use
another seperator instead of '_' for these metrics.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)