This is an automated email from the ASF dual-hosted git repository.
mbalassi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
from 4c944403 [FLINK-31630] Limit max checkpoint age for last-state upgrade
new 048c492d [FLINK-31303] Expose Flink application resource usage via
metrics and status
new d9ec4b03 [FLINK-31303] Fix fractional CPU calculation and added test
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../operator/metrics/FlinkDeploymentMetrics.java | 95 ++++++++++++--
.../operator/service/AbstractFlinkService.java | 47 +++++--
.../kubernetes/operator/utils/FlinkUtils.java | 38 ++++++
.../metrics/FlinkDeploymentMetricsTest.java | 137 +++++++++++++++++++++
.../kubernetes/operator/utils/FlinkUtilsTest.java | 40 ++++++
5 files changed, 339 insertions(+), 18 deletions(-)