Add sink for Prometheus monitoring system (#46)

* Add sink for Prometheus monitoring system

* Add prometheus sink to README
This commit is contained in:
Thomas Gruber
2022-02-25 14:33:20 +01:00
committed by GitHub
parent fe3a8d59b0
commit f099a311a0
3 changed files with 223 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ This folder contains the SinkManager and sink implementations for the cc-metric-
- [`nats`](./natsSink.md): Publish metrics to the [NATS](https://nats.io/) network overlay system
- [`ganglia`](./gangliaSink.md): Publish metrics in the [Ganglia Monitoring System](http://ganglia.info/) using the `gmetric` CLI tool
- [`libganglia`](./libgangliaSink.md): Publish metrics in the [Ganglia Monitoring System](http://ganglia.info/) directly using `libganglia.so`
- [`prometeus`](./prometheusSink.md): Publish metrics for the [Prometheus Monitoring System](https://prometheus.io/)
# Configuration