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

Review: Update Gauges to Counters? #7

Closed StephenOTT closed 5 years ago

StephenOTT commented 5 years ago

Gauges for the Camunda Metrics could be turned into Counters if the logic for the collection methods for Start Date and End Date are within the timelines of the previous scape period. DOing this should keep the queries faster.

Testing will be required to determine the best logic to use here.

StephenOTT commented 5 years ago

THis will depend on #11 as upon restart the metrics return to their previous state as the camunda metrics are stored in the camunda database

StephenOTT commented 5 years ago

no as gauge is the proper item to use