Software /
code /
prosody-modules
Comparison
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 |
comparison
equal
deleted
inserted
replaced
3124:cabe58ae17c9 | 3125:07a2ba55de4d |
---|---|
1 --- | |
2 summary: Implementation of the Prometheus protocol | |
3 ... | |
4 | |
5 Summary | |
6 ======= | |
7 | |
8 This module implements the Prometheus reporting protocol, allowing you | |
9 to collect statistics directly from Prosody into Prometheus. | |
10 | |
11 See the [Prometheus documentation][prometheusconf] on the format for | |
12 more information. | |
13 | |
14 [prometheusconf]: https://prometheus.io/docs/instrumenting/exposition_formats/ |