[
https://issues.apache.org/jira/browse/FLINK-20718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piotr Nowojski updated FLINK-20718:
-----------------------------------
Summary: Create busyTimeMsPerSecond metrics (was: Create
isCausingBackPressureRatio and isCausingBackPressure metrics)
> 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
>
>
> create {{isCausingBackPressureRatio}} and {{isCausingBackPressure}} metrics.
> Based on either {{!isBackPressured && inPoolUsage > 0.5}} or
> {{!isBackPressured && idleTimeMsPerSecond < 1ms}} . Probably the latter
> version is better, as it would neatly ignore the problem that {{inPoolUsage}}
> metric doesn't work with {{LocalInputChannel}}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)