You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/12/04 08:17:00 UTC

[jira] [Updated] (AMBARI-25790) HBase put metrics are not populated

     [ https://issues.apache.org/jira/browse/AMBARI-25790?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated AMBARI-25790:
------------------------------------
    Labels: pull-request-available  (was: )

> 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
>            Assignee: Rajeshbabu Chintaguntla
>            Priority: Major
>              Labels: pull-request-available
>
> 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: issues-unsubscribe@ambari.apache.org
For additional commands, e-mail: issues-help@ambari.apache.org