Skip to content

camunda-community-hub/connectors-grafana-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Community Extension Compatible with: Camunda Platform 8

Grafana dashboard for Camunda 8 Connector Runtime

This repository contains a Grafana dashboard for monitoring Camunda 8 Connector Runtime, as well as a Docker Compose setup for running it locally.

Prerequisites

  • Connector Runtime is running
  • The dashboard is compatible with Connector Runtime 0.20.0 or higher

Run the dashboard

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.

Dashboard

The dashboard is available at http://localhost:3000/d/connectors-sm

Outbound Connector metrics

outbound connector metrics

  • 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

Inbound Connector metrics

inbound connector metrics

  • 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

Connector Runtime metrics

connector_runtime_metrics

  • Status (UP/DOWN)
  • JVM memory usage
  • Uptime
  • Log events chart
  • Job executor thread pool state chart
  • Job executor queue size chart

About

Grafana dashboard for C8 Connector Runtime

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published