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

Collection Logic #5

Closed StephenOTT closed 5 years ago

StephenOTT commented 5 years ago

Update collection logic configurations

  1. Collection from Camunda Metric Start Date and End Date
  2. Camunda Metrics internal timer update (default is 15min)
  3. Prometheus Scrape frequency
StephenOTT commented 5 years ago

The max row count for the metrics system in Camunda appears to be 200. So to collect all data should not be a issue i believe.... As teh query would always only be a max of 200 rows.

needs more testing.

StephenOTT commented 5 years ago

each scrape is now a timer on its own that can be implemented as the developer sees useful