zentol commented on a change in pull request #10359: [FLINK-14813][metrics] 
Provide `isBackPressured` Task metric
URL: https://github.com/apache/flink/pull/10359#discussion_r352122375
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java
 ##########
 @@ -351,6 +353,7 @@ public Task(
                this.taskManagerConfig = 
Preconditions.checkNotNull(taskManagerConfig);
 
                this.metrics = metricGroup;
+               metricGroup.gauge(MetricNames.IS_BACKPRESSURED, new 
BackPressureGauge(this));
 
 Review comment:
   I literally meant 0 or 1; 0 for not being back-pressured, 1 for being 
back-pressured.
   
   But this would also be a mapping reporters could do; we don't have to deal 
with these details here.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to