Software / code / prosody-modules
Comparison
mod_prometheus/README.markdown @ 4790:bb66e87a3604
mod_prometheus: Update docs to reference mod_http_openmetrics for trunk/0.12
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Thu, 25 Nov 2021 16:07:23 +0000 |
| parent | 4545:f4ab80f72d63 |
| child | 5413:c90011054335 |
comparison
equal
deleted
inserted
replaced
| 4789:f06d04cfea7d | 4790:bb66e87a3604 |
|---|---|
| 12 | 12 |
| 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 | |
| 18 **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 instead. This module (mod_prometheus) will continue to be available in the | |
| 21 community repository for use with older Prosody versions. | |
| 17 | 22 |
| 18 Configuration | 23 Configuration |
| 19 ============= | 24 ============= |
| 20 | 25 |
| 21 mod\_prometheus itself doesn’t have any configuration option, but it | 26 mod\_prometheus itself doesn’t have any configuration option, but it |
| 56 | 61 |
| 57 Compatibility | 62 Compatibility |
| 58 ============= | 63 ============= |
| 59 | 64 |
| 60 ------- ------------- | 65 ------- ------------- |
| 61 trunk Works | 66 trunk Works (but replaced by [mod_http_openmetrics](https://prosody.im/doc/modules/mod_http_openmetrics)) |
| 62 0.11 Works | 67 0.11 Works |
| 63 0.10 Works | 68 0.10 Works |
| 64 0.9 Does not work | 69 0.9 Does not work |
| 65 ------- ------------- | 70 ------- ------------- |