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

2022-12-04 Thread ASF GitHub Bot (Jira)


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



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

2022-12-04 Thread Rajeshbabu Chintaguntla (Jira)


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

Rajeshbabu Chintaguntla updated AMBARI-25790:
-
Fix Version/s: 2.8.0

> 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: 2.8.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