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

How to install plugin to Standalone Tomcat #36

Open cybrpimp opened 4 years ago

cybrpimp commented 4 years ago

Stephen,

Would it be possible to trouble you for instruction on how to install the plugin in the Tomcat Standalone like the other plugin.

I've looked in the Docker folder for hints, but we are not running docker

Thanks,

StephenOTT commented 4 years ago

The plugin is the standard format for a camunda plugin. You can read up on the camunda plugins and you can follow: https://github.com/StephenOTT/camunda-prometheus-process-engine-plugin/tree/master/docker/docker/camunda

The folder path is the path where the files are injected into the tomcat install.

The docker setup is a standalone tomcat installation.