/flink-prometheus-example

Example setup to demonstrate Prometheus integration of Apache Flink

Primary LanguageJavaApache License 2.0Apache-2.0

Actions Status Docker Hub codecov Flink v1.10.1 Prometheus v2.22.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

(When using docker-machine, substitute your docker-machine ip for localhost in the URLs.)

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)