This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new e8f1e23e [hotfix] Fix typo in AggregatedMetric string representation
e8f1e23e is described below
commit e8f1e23e746591bc17fc859fcd6edcf69647497f
Author: wangxinglong <[email protected]>
AuthorDate: Thu Feb 26 18:11:34 2026 +0800
[hotfix] Fix typo in AggregatedMetric string representation
---
.../flink/runtime/rest/messages/job/metrics/AggregatedMetric.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/flink-autoscaler/src/main/java/org/apache/flink/runtime/rest/messages/job/metrics/AggregatedMetric.java
b/flink-autoscaler/src/main/java/org/apache/flink/runtime/rest/messages/job/metrics/AggregatedMetric.java
index ba3efcda..d108e943 100644
---
a/flink-autoscaler/src/main/java/org/apache/flink/runtime/rest/messages/job/metrics/AggregatedMetric.java
+++
b/flink-autoscaler/src/main/java/org/apache/flink/runtime/rest/messages/job/metrics/AggregatedMetric.java
@@ -127,7 +127,7 @@ public class AggregatedMetric {
+ "id='"
+ id
+ '\''
- + ", mim='"
+ + ", min='"
+ min
+ '\''
+ ", max='"