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 23 forks source link

Implement extended DbMetricsReporter and inject in postInit for the Camunda Metrics Reporter #1

Closed StephenOTT closed 5 years ago

StephenOTT commented 5 years ago

using a extended/custom DbMetricsReporter, we can remove the duplicated metrics reporter timer and use the core metrics reporter.

StephenOTT commented 5 years ago

Possible delay of DB being updated.

Consider having a small offset collection deploy being time that camunda collects data and time it reached completed DB transaction

StephenOTT commented 5 years ago

Is there value in just replacing the DB metrics and not saving in the DB?

StephenOTT commented 5 years ago

not needed at this time