[
https://issues.apache.org/jira/browse/FLINK-20718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Nowojski updated FLINK-20718:
-----------------------------------
Description:
{{busyTimeMsPerSecond}} is defined as {{1000 - idleTimeMsPerSecond}}, and
that's also how it will be calculated. This indirect approach is used because
the direct approach would require {{System.currentTimeMillis()}} calls for
example once per record.
was:
{{busyTimeMsPerSecond}} is defined as {{1000 - idleTimeMsPerSecond}}, and
that's also how it will be calculated. This indirect approach is used because
the direct approach would require {{System.currentTimeMillis()}} calls for
example once per record.
> Create busyTimeMsPerSecond metrics
> ----------------------------------
>
> Key: FLINK-20718
> URL: https://issues.apache.org/jira/browse/FLINK-20718
> Project: Flink
> Issue Type: Sub-task
> Components: Runtime / Metrics, Runtime / Task
> Reporter: Piotr Nowojski
> Assignee: Piotr Nowojski
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.13.0
>
>
> {{busyTimeMsPerSecond}} is defined as {{1000 - idleTimeMsPerSecond}}, and
> that's also how it will be calculated. This indirect approach is used because
> the direct approach would require {{System.currentTimeMillis()}} calls for
> example once per record.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)