You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Gyula Fora (Jira)" <ji...@apache.org> on 2022/11/18 15:15:00 UTC

[jira] [Created] (FLINK-30090) Support timespan for TimerGauges

Gyula Fora created FLINK-30090:
----------------------------------

             Summary: Support timespan for TimerGauges
                 Key: FLINK-30090
                 URL: https://issues.apache.org/jira/browse/FLINK-30090
             Project: Flink
          Issue Type: Improvement
          Components: Runtime / Metrics
            Reporter: Gyula Fora
            Assignee: Gyula Fora


Unlike MeterViews, TimerGauges currently do not support timespan settings and fix the timestamp on the ViewUpdater interval which is hardcoded to 5 seconds.

This means that all metrics that use TimerGauge like backpressure, idle, busytime etc. always show the last 5 second information.

We should support timespan simiar to meterview with the same 60sec default to make these metrics more stable and useful.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)