This repository was archived by the owner on Nov 4, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Integrate Camunda metrics into Spring Boot Actuator registry #2771
Copy link
Copy link
Closed as not planned
Labels
scope:core-apiChanges to the core API: engine, dmn-engine, feel-engine, REST API, OpenAPIChanges to the core API: engine, dmn-engine, feel-engine, REST API, OpenAPIscope:spring-bootChanges to the Spring Boot starter.Changes to the Spring Boot starter.type:featureIssues that add a new user feature to the project.Issues that add a new user feature to the project.
Description
This issue was imported from JIRA:
| Field | Value |
|---|---|
| JIRA Link | CAM-14729 |
| Reporter | @tmetzke |
| Has restricted visibility comments | true |
User Story (Required on creation):
- As a System Administrator, I want to see exposed engine metrics as part of all the metrics (for Camunda Spring Boot Starter or Camunda Run) accessible through the Spring Boot Actuator so that I can monitor the system.
- As an Operations Engineer, I can see the metrics my System Administrator exposed for me, to indicate the system's health.
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
Links:
- https://github.com/camunda/camunda-bpm-platform-maintenance/issues/1831
- depends on https://jira.camunda.com/browse/CAM-14727
camunda-bpm-platform PR
### camunda-docs-manual PR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope:core-apiChanges to the core API: engine, dmn-engine, feel-engine, REST API, OpenAPIChanges to the core API: engine, dmn-engine, feel-engine, REST API, OpenAPIscope:spring-bootChanges to the Spring Boot starter.Changes to the Spring Boot starter.type:featureIssues that add a new user feature to the project.Issues that add a new user feature to the project.