Skip to content
This repository was archived by the owner on Jun 10, 2020. It is now read-only.

An Apache Flink Docker image with the Prometheus Metrics Reporter configuration

Notifications You must be signed in to change notification settings

fintechstudios/flink-prometheus

Repository files navigation

Flink Prometheus

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.