pnowojski commented on a change in pull request #11564: [FLINK-16864][metrics] Add IdleTime metric for task. URL: https://github.com/apache/flink/pull/11564#discussion_r400791651
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/metrics/groups/TaskIOMetricGroup.java ########## @@ -45,6 +45,7 @@ private final Meter numRecordsInRate; private final Meter numRecordsOutRate; private final Meter numBuffersOutRate; + private final Meter idlTimePerSecond; Review comment: typo `idleTimePerSecond` ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services