Flink Kubernetes Operator 1.15.0#845
Draft
gyfora wants to merge 1 commit intoapache:asf-sitefrom
Draft
Conversation
gaborgsomogyi
approved these changes
May 4, 2026
gaborgsomogyi
approved these changes
May 4, 2026
| ### Logback Logging Support | ||
|
|
||
| The operator now supports **Logback** as an alternative logging framework alongside the existing Log4j2 default. | ||
| The active framework is selected at install time via the new `logging.framework` Helm value: |
There was a problem hiding this comment.
I see here that no concrete example follows the : put at the end. I'd suggest the follwing:
Suggested change
| The active framework is selected at install time via the new `logging.framework` Helm value: | |
| The active framework is selected at install time via the new `logging.framework` Helm value: | |
| ```shell | |
| helm install flink-operator helm/flink-kubernetes-operator --set logging.framework=logback |
| The operator Helm chart now bundles several additional Flink metric reporter JARs out of the box, making it easier to | ||
| integrate with popular monitoring stacks without manual dependency management. The metrics documentation has also been | ||
| substantially expanded with detailed configuration examples covering common setups such as Prometheus, InfluxDB, and | ||
| StatsD. |
There was a problem hiding this comment.
I would say that this paragraph could be a bit improved as there are more to highlight here. Based on the #1102 PR content only flink-metrics-dropwizard is bundled in this release (the OTel reporter is prepared but gated on Flink 2.0+), and Prometheus is the only reporter with a worked example in the new docs.
Suggested change
| StatsD. | |
| ### Bundled Metric Reporters and Expanded Metrics Documentation | |
| 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. | |
| 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.