Skip to content

IlyaKonka/flink-prometheus-example

 
 

Repository files navigation

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

About

Example setup to demonstrate Prometheus integration of Apache Flink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 83.1%
  • Kotlin 13.6%
  • Dockerfile 3.3%