camunda/zeebe-simple-monitor
Simple monitoring application to show insides of Zeebe flows maintained by the community
100K+
A monitoring application for Zeebe. It is designed for developers to
The application imports the data from Zeebe using the Hazelcast exporter. It aggregates the data and stores it into a (in-memory) database. The data is displayed on server-side rendered HTML pages.
docker run -d --name zeebe-simple-monitor -p 8080:8080 camunda/zeebe-simple-monitor:latest
Open a web browser and go to http://localhost:8080
The docker image for the worker is published to GitHub Packages.
docker pull ghcr.io/camunda-community-hub/zeebe-simple-monitor:2.0.0
1.0.0
)5701
)zeebe.client.broker.contactPoint
(default: localhost:26500
)zeebe.client.worker.hazelcast.connection
(default: localhost:5701
)For a local setup, the repository contains a docker-compose file. It starts a Zeebe broker with the Hazelcast exporter and the application.
mvn clean install -DskipTests
cd docker
docker-compose up
Go to http://localhost:8082
Please see the repo for more installation instructions.
docker pull camunda/zeebe-simple-monitor