Integrating with Prometheus
To integrate Plumbr with Prometheus, you will need to use a custom exporter that collects data from Plumbr Server API and exposes it as Prometheus metrics. A reference implementation of such an exporter is available on bitbucket. This implementation can be configured to cover basic use cases, such as gathering the metrics and alerting based on their values using the standard Prometheus Alert Rules.
A pre-built docker image is coming soon as well. The more detailed documentation is available in the README file.