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

[jira] [Updated] (FLINK-28297) Incorrect metric group order for namespaced operator metrics

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

ASF GitHub Bot updated FLINK-28297:
-----------------------------------
    Labels: pull-request-available  (was: )

> Incorrect metric group order for namespaced operator metrics
> ------------------------------------------------------------
>
>                 Key: FLINK-28297
>                 URL: https://issues.apache.org/jira/browse/FLINK-28297
>             Project: Flink
>          Issue Type: Improvement
>          Components: Kubernetes Operator
>            Reporter: Gyula Fora
>            Assignee: Gyula Fora
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: kubernetes-operator-1.1.0
>
>
> The metric group for the resource namespace should follow the main metric group for the metric itself.
> So instead of 
> {noformat}
> flink-kubernetes-operator-64d8cc77c4-w49nj.k8soperator.default.flink-kubernetes-operator.resourcens.default.FlinkDeployment.READY.Count: 1
> {noformat}
> we should have
> {noformat}
> flink-kubernetes-operator-64d8cc77c4-w49nj.k8soperator.default.flink-kubernetes-operator.FlinkDeployment.READY.resourcens.default.Count: 1{noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)