[ 
https://issues.apache.org/jira/browse/AMBARI-25790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17836547#comment-17836547
 ] 

mgsorigo commented on AMBARI-25790:
-----------------------------------

[~rajeshbabu] any progress ?

> 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
>             Fix For: metrics-3.1.0
>
>
> 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-unsubscr...@ambari.apache.org
For additional commands, e-mail: issues-h...@ambari.apache.org

Reply via email to