Rajeshbabu Chintaguntla created AMBARI-25790:
------------------------------------------------
Summary: HBase put metrics are not populated
Key: AMBARI-25790
URL: https://issues.apache.org/jira/browse/AMBARI-25790
Project: Ambari
Issue Type: Bug
Components: metrics
Reporter: Rajeshbabu Chintaguntla
Currently the HBase put metrics are defined as
{noformat}
regionserver.Server.Mutate_75th_percentile
regionserver.Server.Mutate_95th_percentile
regionserver.Server.Mutate_99th_percentile
regionserver.Server.Mutate_max
regionserver.Server.Mutate_mean
regionserver.Server.Mutate_median
ipc.IPC.receivedBytes
regionserver.Server.Mutate_min
regionserver.Server.Mutate_num_ops
{noformat}
But actual metrics need to be defined for writes should be Put as below.
{noformat}
"Put_num_ops": 12007275,
"Put_min": 0,
"Put_max": 0,
"Put_mean": 0,
"Put_25th_percentile": 0,
"Put_median": 0,
"Put_75th_percentile": 0,
"Put_90th_percentile": 0,
"Put_95th_percentile": 0,
"Put_98th_percentile": 0,
"Put_99th_percentile": 0,
"Put_99.9th_percentile": 0,
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]