This repository contains a Grafana dashboard for monitoring Camunda 8 Connector Runtime, as well as a Docker Compose setup for running it locally.
- Connector Runtime is running
- The dashboard is compatible with Connector Runtime 0.20.0 or higher
docker-compose up
This will start Grafana and Prometheus containers and import the dashboard.
Prometheus is configured to scrape metrics from Connector Runtime at http://localhost:8080/actuator/prometheus.
If you want to change the URL, update the prometheus.yml
file.
The dashboard is available at http://localhost:3000/d/connectors-sm
- Connector invocation count by connector type
- Connector job outcomes
- Failed jobs by connector type
- Connector invocation rate
- Average & maximum connector execution time by connector type
- Connector activation and trigger count by connector type
- Connector trigger outcomes
- Number of process definitions checked
- Number of active connectors by connector type
- Connector trigger rate
- Webhook call duration
- Status (UP/DOWN)
- JVM memory usage
- Uptime
- Log events chart
- Job executor thread pool state chart
- Job executor queue size chart