You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mo...@apache.org on 2022/12/06 01:13:42 UTC

[flink-kubernetes-operator] branch main updated (3c5ec6cd -> f2f8bff7)

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

morhidi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git


    from 3c5ec6cd [FLINK-30186] Bump Flink version to 1.15.3
     add f2f8bff7 [FLINK-29939]Add metrics for Kubernetes Client Response 5xx count and rate

No new revisions were added by this update.

Summary of changes:
 docs/content/docs/operations/metrics-logging.md    |  40 +++--
 .../kubernetes_operator_metric_configuration.html  |   6 +
 .../config/FlinkOperatorConfiguration.java         |   7 +
 .../operator/metrics/KubernetesClientMetrics.java  |  55 ++++++-
 .../metrics/KubernetesOperatorMetricOptions.java   |   8 +
 .../metrics/KubernetesClientMetricsTest.java       | 166 +++++++++++++++++++++
 6 files changed, 263 insertions(+), 19 deletions(-)