Camunda 8.2 - How to find usage metrics

Hi all,

I’m running a Camunda environment in a disconnected environment. For this reason, I need to gather usage metrics to send off for billing each year. Is there an equivalent of this process in Camunda 8.2: Usage metrics | Camunda 8 Docs? Not had much luck in the older docs.

Any help would be greatly appreciated!

Thanks,

Jack

For Camunda 8.2 usage metrics collection in disconnected environments, the actuator endpoints were likely available but specific version documentation isn’t in the current knowledge base. I found the following relevant resources:

Does this help? If not, can anyone from the community jump in? :waving_hand:


:light_bulb: Hints: Use the Ask AI feature in Camunda’s documentation to chat with AI and get fast help. Report bugs and features in Camuda’s GitHub issue tracker. Trust the process. :robot:

What’s your Camunda version? 8.2 or 8.9

For Camunda 8.9, Self hosted, you can get the details: Get usage metrics | Camunda 8 Docs

For Camunda 8.2, it’s different:

Tasklist Actuator: Available at http://<host>:<port>/actuator/usage-metrics. By default, this is exposed on port 8080

1 Like