zentol commented on a change in pull request #18143:
URL: https://github.com/apache/flink/pull/18143#discussion_r783817573



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/MetricOptions.java
##########
@@ -215,5 +218,89 @@
                                     + "faster updating metrics. Increase this 
value if the metric fetcher causes too much load. Setting this value to 0 "
                                     + "disables the metric fetching 
completely.");
 
+    /** Controls which job status metrics will be exposed. */
+    public static final ConfigOption<List<JobStatusMetrics>> 
JOB_STATUS_METRICS =
+            key("metrics.job.status.enable")

Review comment:
       > to reduce cardinality
   
   yup.




-- 
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