Software / code / prosody-modules
Comparison
mod_prometheus/README.markdown @ 5413:c90011054335
mod_prometheus: Wrap pointer to mod_http_openmetrics in a box
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Wed, 03 May 2023 10:34:00 +0200 |
| parent | 4790:bb66e87a3604 |
comparison
equal
deleted
inserted
replaced
| 5412:b56a635220f6 | 5413:c90011054335 |
|---|---|
| 13 See the [Prometheus documentation][prometheusconf] on the format for | 13 See the [Prometheus documentation][prometheusconf] on the format for |
| 14 more information. | 14 more information. |
| 15 | 15 |
| 16 [prometheusconf]: https://prometheus.io/docs/instrumenting/exposition_formats/ | 16 [prometheusconf]: https://prometheus.io/docs/instrumenting/exposition_formats/ |
| 17 | 17 |
| 18 ::: {.alert .alert-info} | |
| 18 **Note:** For use with Prosody trunk (0.12) we recommend the bundled | 19 **Note:** For use with Prosody trunk (0.12) we recommend the bundled |
| 19 [mod_http_openmetrics](https://prosody.im/doc/modules/mod_http_openmetrics) | 20 [mod_http_openmetrics](https://prosody.im/doc/modules/mod_http_openmetrics) |
| 20 instead. This module (mod_prometheus) will continue to be available in the | 21 instead. This module (mod_prometheus) will continue to be available in the |
| 21 community repository for use with older Prosody versions. | 22 community repository for use with older Prosody versions. |
| 23 ::: | |
| 22 | 24 |
| 23 Configuration | 25 Configuration |
| 24 ============= | 26 ============= |
| 25 | 27 |
| 26 mod\_prometheus itself doesn’t have any configuration option, but it | 28 mod\_prometheus itself doesn’t have any configuration option, but it |