SteNicholas commented on a change in pull request #33:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/33#discussion_r817849146
##########
File path:
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/metrics/KubernetesOperatorMetricGroup.java
##########
@@ -30,7 +30,7 @@
public class KubernetesOperatorMetricGroup
extends AbstractMetricGroup<KubernetesOperatorMetricGroup> {
- private static final String GROUP_NAME = "kubernetes-operator";
+ private static final String GROUP_NAME = "kubernetes_operator";
Review comment:
Please sync `kubernetes_operator` with
[KubernetesOperatorMetricGroupTest#70](https://github.com/apache/flink-kubernetes-operator/blob/main/flink-kubernetes-operator/src/test/java/org/apache/flink/kubernetes/operator/metrics/KubernetesOperatorMetricGroupTest.java#L70)
--
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]