Are there some predefined KPIs in Camunda?

Hello everyone,

I am using REST endpoints to get the historical statistics of the process instance execution, but I am wondering if there are some predefined Key Performance Indicators in Camunda API, and how to retrieve them?

Camunda Optimize seems to have some rendered in the dashboard, where can I find the exhaustive list of the supported KPIs?

Thank you very much,

There are system metrics: https://docs.camunda.org/manual/7.9/user-guide/process-engine/metrics/

There are no metrics on API endpoint performance.

If you want to run reports on your data you need to use a tool like Optimize, Metabase, etc.

There is also a Prometheus monitoring plugin if you want monitoring: https://github.com/StephenOTT/camunda-prometheus-process-engine-plugin

1 Like