An Apache Flink Docker image with the Prometheus Metrics Reporter configuration
Based on this blog post
and this repo, thanks to @mbode!
A very simple Flink image for configuring the Prometheus Metrics
reporter as the default reporter, and adds the necessary libs to the classpath.
Built on the official Flink image.
You will still need to add the metrics.reporter.prom.port
field to your
Flink configuration and configure Prometheus to scrape from it as well.