[
https://issues.apache.org/jira/browse/HDDS-7394?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ritesh H Shukla resolved HDDS-7394.
-----------------------------------
Fix Version/s: 1.4.0
Resolution: Fixed
> OM RPC FairCallQueue decay decision metrics list caller username in the metric
> ------------------------------------------------------------------------------
>
> Key: HDDS-7394
> URL: https://issues.apache.org/jira/browse/HDDS-7394
> Project: Apache Ozone
> Issue Type: Bug
> Reporter: Christos Bisias
> Assignee: Christos Bisias
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.4.0
>
>
> On the Prometheus endpoint for the OM, in the DecayRpcScheduler summary for
> users, the username is exposed in the metric name, instead of in a label.
> In the below example, the username(hadoop) is between caller and metric
> type(volume or priority):
> {code:java}
> # TYPE org_apache_hadoop_ipc_decay_rpc_scheduler_call_volume counter
> org_apache_hadoop_ipc_decay_rpc_scheduler_call_volume{context="ipc.9862",hostname="1ad339cc5aba"}
> 21
> # TYPE org_apache_hadoop_ipc_decay_rpc_scheduler_caller_hadoop_volume counter
> org_apache_hadoop_ipc_decay_rpc_scheduler_caller_hadoop_volume{context="ipc.9862",hostname="1ad339cc5aba"}
> 21
> # TYPE org_apache_hadoop_ipc_decay_rpc_scheduler_decayed_call_volume counter
> org_apache_hadoop_ipc_decay_rpc_scheduler_decayed_call_volume{context="ipc.9862",hostname="1ad339cc5aba"}
> 21 {code}
> It makes almost impossible to monitor these values as every time a new user
> shows up we need to register a new metrics name.
> The OM jmx endpoint registers the metrics name as expected.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]