You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by pn...@apache.org on 2022/01/02 11:01:52 UTC

[flink] branch master updated (d1afa25 -> 1166d11)

This is an automated email from the ASF dual-hosted git repository.

pnowojski pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git.


    from d1afa25  [FLINK-16153][docs-zh] Translate "Operator/windows" into Chinese
     add bc22d2b  [FLINK-25414][metrics] Provide getMaxSingleMeasurement in TimerGauge
     add 0ccc443  [FLINK-25414][metrics] Split backPressuredTime metric into soft and hard
     add df49b7a  [FLINK-25414][metrics] Expose maxSoft(Hard)BackPressureTimeMs
     add 1166d11  [FLINK-25414][metrics] Document maxSoft/HardBackPressureTime and soft/hardBackPressureTimeMsPerSecond metrics

No new revisions were added by this update.

Summary of changes:
 docs/content.zh/docs/ops/metrics.md                | 32 +++++++++++---
 docs/content/docs/ops/metrics.md                   | 28 +++++++++++--
 .../partition/BufferWritingResultPartition.java    | 12 +++---
 .../apache/flink/runtime/metrics/MetricNames.java  |  6 +++
 .../apache/flink/runtime/metrics/TimerGauge.java   | 49 +++++++++++++++++-----
 .../runtime/metrics/groups/TaskIOMetricGroup.java  | 39 ++++++++++++++---
 .../io/network/partition/ResultPartitionTest.java  |  4 +-
 .../flink/runtime/metrics/TimerGaugeTest.java      | 20 +++++++++
 .../metrics/groups/TaskIOMetricGroupTest.java      | 21 +++++++---
 .../flink/streaming/runtime/tasks/StreamTask.java  |  2 +-
 .../streaming/runtime/tasks/StreamTaskTest.java    |  9 ++--
 11 files changed, 177 insertions(+), 45 deletions(-)