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

[jira] [Created] (FLINK-28472) Add JmStatus as a group for JobManagerDeploymentStatus count metrics

Gyula Fora created FLINK-28472:
----------------------------------

             Summary: Add JmStatus as a group for JobManagerDeploymentStatus count metrics
                 Key: FLINK-28472
                 URL: https://issues.apache.org/jira/browse/FLINK-28472
             Project: Flink
          Issue Type: Improvement
          Components: Kubernetes Operator
            Reporter: Gyula Fora
            Assignee: Matyas Orhidi
             Fix For: kubernetes-operator-1.1.0


Currently the metric simply looks like

...FlinkDeployment.READY.Count

We should add a group to clarify that READY is the status of the Jm deployment. This will make it possible to add other status count metrics in the future:

FlinkDeployment.JmStatus.READY.Count


So in the future we can track other states with similar counts:

FlinkDeployment.JobStatus.RUNNING
...



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