Usage metrics
There are three main usage metrics that have an impact on Camunda 8 pricing.
Definition of metrics
It is important to understand these definitions, their impact on billing, and how to retrieve them.
Root process instance
The number of root process instance executions started. This is also known as process instances (PI). A root process instance has no parent process instance, i.e. it is a top-level execution.
Decision instance
The number of evaluated decision instances (DI). A decision instance is a DMN decision table or a DMN literal expression. In a Decision Requirements Diagram (DRD) each evaluated decision table or expression is counted separately.
Task user
The number of task users (TU) that have served as assignees.
Retrieve metrics in SaaS
In Camunda 8 SaaS an Owner or Admin of an organization can retrieve the information from the Billing page.
You can access the Billing page by selecting Organization Management in the Camunda Console navigation bar.
Retrieve metrics on Self-Managed
Some Enterprise agreements require the following indices from Elasticsearch for at least 18 months:
Usage metrics are stored in the camunda-usage-metric
and camunda-usage-metric-tu
indices.
On Camunda 8 Self-Managed, you can get the usage metrics via the Get usage metrics system API. For more details about usage metrics, visit the Usage Metrics concept page.