-
Feature Request
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
User Story (Required on creation):
As a Camunda Spring Boot Starter or Camunda Run operator, I can see the exposed engine metrics as part of all the metrics accessible through the Spring Boot Actuator.
Functional Requirements (Required before implementation):
- I can use the Micrometer metrics facades described in Actuator to monitor Camunda performance and usage metrics
Technical Requirements (Required before implementation):
- Add monitoring metrics to CamundaBpmActuatorConfiguration
- Fetch metrics from configured engine collector via API in a configurable interval (can be a different interval than the internal metrics DbReporter’s interval)
- Add collected metrics to Actuator’s Micrometer registry
Limitations of Scope (Optional):
Hints (optional):
- We already have a Camunda Actuator auto-configuration, defining health endpoints for the engine and the job executor
This is the controller panel for Smart Panels app
- depends on
-
CAM-14727 Serve engine metrics in Prometheus format
- Ready
- links to