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

Wrong dependency info in README #21

Closed stefanzilske closed 5 years ago

stefanzilske commented 5 years ago

Hey @StephenOTT

I just wanted to upgrade my SpringBoot example to your latest version and could not make it work using the dependency to jitpack you mention in the README.

Instead, it works using

    <dependency>
        <groupId>com.github.StephenOTT</groupId>
        <artifactId>camunda-prometheus-process-engine-plugin</artifactId>
        <version>v1.6.0</version>
    </dependency>

Maybe you want to update the README?

Cheers, Stefan

StephenOTT commented 5 years ago

🤦‍♂️ yes typo. fixed https://github.com/StephenOTT/camunda-prometheus-process-engine-plugin/commit/8ae84958b8f638665189e443351de14117679801