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

Latest commit

 

History

History
12 lines (8 loc) · 568 Bytes

File metadata and controls

12 lines (8 loc) · 568 Bytes

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.