StephenOTT / camunda-prometheus-process-engine-plugin

Monitor your KPIs!!! Camunda BPM Process Engine Plugin providing Prometheus Monitoring, Metric classes for various BPMN use, Grafana Annotations, and HTTPServer data export: Used to generate Prometheus metrics anywhere in the Engine, including BPMN, CMN, and DMN engines and instances.
MIT License
53 stars 24 forks source link

Integrate with SpringBoot actuator instead of starting an own endpoint #32

Open sburkard opened 4 years ago

sburkard commented 4 years ago

SpringBoot already has a Prometheus integration that allows to publish metrics under the SpringBoot actuator (management) endpoint under the default URI /actuator/prometheus.

When Camunda runs embedded in SpringBoot it would be nice if this plugin would not start its own metrics endpoint, but integrate with the one already offered by SpringBoot.