mbode / flink-prometheus-example

Example setup to demonstrate Prometheus integration of Apache Flink

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Actions Status codecov Flink v1.19.0 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)

About

Example setup to demonstrate Prometheus integration of Apache Flink

License:Apache License 2.0


Languages

Language:Java 95.6%Language:Dockerfile 4.4%