Skip to content

Example setup to demonstrate Prometheus integration of Apache Flink

License

Notifications You must be signed in to change notification settings

mbode/flink-prometheus-example

Repository files navigation

Actions Status codecov Flink v1.19.1 Prometheus v2.37.1

This repository contains the live demo to my talk Monitoring Flink with Prometheus, which I have given at:

The blog post Flink and Prometheus: Cloud-native monitoring of streaming applications explains how to run the demo yourself.

Getting Started

Startup

./gradlew composeUp

Web UIs

Built With

Development

typical tasks:

  • verify: ./gradlew check
  • integration tests: ./gradlew integrationTest
  • list outdated dependenices: ./gradlew dependencyUpdates
  • update gradle: ./gradlew wrapper --gradle-version=<x.y> (twice)