morhidi opened a new pull request, #194:
URL: https://github.com/apache/flink-kubernetes-operator/pull/194

   Adding Operator specific metrics. As an example FlinkDeployment and 
FlinkSessionJob related metrics is introduced. The metrics are aggregated by 
namespace:
   
   ```
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.default.FlinkDeployment.Count:
 1
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.default.FlinkDeployment.DEPLOYED_NOT_READY.Count:
 0
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.default.FlinkDeployment.DEPLOYING.Count:
 0
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.default.FlinkDeployment.ERROR.Count:
 0
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.default.FlinkDeployment.READY.Count:
 1
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.default.FlinkDeployment.MISSING.Count:
 0
   
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.default.FlinkSessionJob.Count:
 2
   
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.ns1.FlinkDeployment.Count:
 1
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.ns1.FlinkDeployment.DEPLOYED_NOT_READY.Count:
 0
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.ns1.FlinkDeployment.DEPLOYING.Count:
 0
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.ns1.FlinkDeployment.ERROR.Count:
 0
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.ns1.FlinkDeployment.READY.Count:
 1
   
localhost.k8soperator.default.flink-kubernetes-operator.ns.ns1.FlinkDeployment.MISSING.Count:
 0
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to