Software /
code /
prosody-modules
Diff
mod_prometheus/README.markdown @ 3125:07a2ba55de4d
mod_prometheus: Add a new statistics export module, for Prometheus.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Thu, 21 Jun 2018 21:37:13 +0200 |
child | 3315:bbf20293bc43 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_prometheus/README.markdown Thu Jun 21 21:37:13 2018 +0200 @@ -0,0 +1,14 @@ +--- +summary: Implementation of the Prometheus protocol +... + +Summary +======= + +This module implements the Prometheus reporting protocol, allowing you +to collect statistics directly from Prosody into Prometheus. + +See the [Prometheus documentation][prometheusconf] on the format for +more information. + +[prometheusconf]: https://prometheus.io/docs/instrumenting/exposition_formats/