Skip to content

Commit 7ce508c

Browse files
Apply suggestion from @Dennis-Mircea
Co-authored-by: Dennis-Mircea Ciupitu <dennis.mircea.ciupitu@gmail.com>
1 parent 7b15b7b commit 7ce508c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/content/posts/2026-05-04-release-kubernetes-operator-1.15.0.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ standardize on Logback or rely on Logback-specific appenders and integrations.
4949
The operator Helm chart now bundles several additional Flink metric reporter JARs out of the box, making it easier to
5050
integrate with popular monitoring stacks without manual dependency management. The metrics documentation has also been
5151
substantially expanded with detailed configuration examples covering common setups such as Prometheus, InfluxDB, and
52-
StatsD.
52+
### Bundled Metric Reporters and Expanded Metrics Documentation
53+
The operator Helm chart now bundles the `flink-metrics-dropwizard` reporter out of the box, removing the need for users to add the JAR manually when integrating with monitoring stacks that consume Dropwizard metrics.
54+
55+
The operator metrics documentation has also been substantially reworked: it now explains how operator-scoped metric identifiers are built, documents the `kubernetes.operator.metrics.*` prefix for operator-scoped reporter configuration, and walks through an end-to-end Prometheus monitoring setup. Most importantly, every metric the operator exposes is now documented in one place, with dedicated sections covering `FlinkDeployment` / `FlinkSessionJob` lifecycle and `JobStatus` tracking, `FlinkBlueGreenDeployment`, `FlinkStateSnapshot`, and autoscaler metrics, each with a clear explanation of what the metric measures and when it's emitted, so users finally have a complete picture of what's available out of the box.
5356

5457
### Flink 2.2 Compatibility
5558

0 commit comments

Comments
 (0)