All Projects → mbode → flink-prometheus-example

mbode / flink-prometheus-example

Licence: Apache-2.0 License
Example setup to demonstrate Prometheus integration of Apache Flink

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to flink-prometheus-example

github exporter
Prometheus exporter for GitHub
Stars: ✭ 21 (-69.57%)
Mutual labels:  prometheus
python-monitoring-talk
Materials for my talks and articles on monitoring with focus on Python applications
Stars: ✭ 32 (-53.62%)
Mutual labels:  prometheus
observatory-exporter
Prometheus exporter for Mozilla Observatory
Stars: ✭ 31 (-55.07%)
Mutual labels:  prometheus
litemall-dw
基于开源Litemall电商项目的大数据项目,包含前端埋点(openresty+lua)、后端埋点;数据仓库(五层)、实时计算和用户画像。大数据平台采用CDH6.3.2(已使用vagrant+ansible脚本化),同时也包含了Azkaban的workflow。
Stars: ✭ 36 (-47.83%)
Mutual labels:  flink
sentry exporter
Prometheus exporter for Sentry
Stars: ✭ 23 (-66.67%)
Mutual labels:  prometheus
microservices-observability
🎉 Microservices Observability - Log Aggregation, Distributed Tracking, Metrics
Stars: ✭ 40 (-42.03%)
Mutual labels:  prometheus
yabeda-prometheus
Adapter to expose metrics collected by Yabeda plugins to Prometheus
Stars: ✭ 77 (+11.59%)
Mutual labels:  prometheus
jail exporter
A Prometheus exporter for FreeBSD jail metrics
Stars: ✭ 21 (-69.57%)
Mutual labels:  prometheus
website
Prometheus monitoring mixins
Stars: ✭ 91 (+31.88%)
Mutual labels:  prometheus
flink-k8s-operator
An example of building kubernetes operator (Flink) using Abstract operator's framework
Stars: ✭ 28 (-59.42%)
Mutual labels:  flink
gateway
A proxy to buffer and forward metrics, events, and traces.
Stars: ✭ 94 (+36.23%)
Mutual labels:  prometheus
epiphany
Cloud and on-premises automation for Kubernetes centered industrial grade solutions.
Stars: ✭ 114 (+65.22%)
Mutual labels:  prometheus
deluge exporter
Prometheus exporter for the Deluge BitTorrent client
Stars: ✭ 24 (-65.22%)
Mutual labels:  prometheus
zfs exporter
Prometheus ZFS exporter
Stars: ✭ 52 (-24.64%)
Mutual labels:  prometheus
java-metrics
No description or website provided.
Stars: ✭ 31 (-55.07%)
Mutual labels:  prometheus
LarkMidTable
LarkMidTable 是一站式开源的数据中台,实现中台的 基础建设,数据治理,数据开发,监控告警,数据服务,数据的可视化,实现高效赋能数据前台并提供数据服务的产品。
Stars: ✭ 873 (+1165.22%)
Mutual labels:  flink
fastdata-cluster
Fast Data Cluster (Apache Cassandra, Kafka, Spark, Flink, YARN and HDFS with Vagrant and VirtualBox)
Stars: ✭ 20 (-71.01%)
Mutual labels:  flink
selectel-exporter
No description or website provided.
Stars: ✭ 25 (-63.77%)
Mutual labels:  prometheus
alertmanager-irc-relay
Send Prometheus Alerts to IRC using Webhooks
Stars: ✭ 44 (-36.23%)
Mutual labels:  prometheus
eks-hpa-profile
An eksctl gitops profile for autoscaling with Prometheus metrics on Amazon EKS on AWS Fargate
Stars: ✭ 26 (-62.32%)
Mutual labels:  prometheus

Actions Status Docker Hub codecov Flink v1.14.3 Prometheus v2.33.3

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].