Changeset

6047:8c3bacf3549e

mod_prometheus: add label, update compability
author Menel <menel@snikket.de>
date Thu, 07 Nov 2024 22:50:10 +0100
parents 6046:ac83479c5819
children 6048:cce76628c83a
files mod_prometheus/README.md
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_prometheus/README.md	Thu Nov 07 22:38:15 2024 +0100
+++ b/mod_prometheus/README.md	Thu Nov 07 22:50:10 2024 +0100
@@ -1,5 +1,6 @@
 ---
 labels:
+- Stage-Obsolete
 - Statistics
 summary: Implementation of the Prometheus protocol
 ...
@@ -16,7 +17,7 @@
 [prometheusconf]: https://prometheus.io/docs/instrumenting/exposition_formats/
 
 ::: {.alert .alert-info}
-**Note:** For use with Prosody trunk (0.12) we recommend the bundled
+**Note:** For use with Prosody 0.12 or later we recommend the bundled
 [mod_http_openmetrics](https://prosody.im/doc/modules/mod_http_openmetrics)
 instead. This module (mod_prometheus) will continue to be available in the
 community repository for use with older Prosody versions.
@@ -65,7 +66,7 @@
 =============
 
   ------- -------------
-  trunk   Works (but replaced by [mod_http_openmetrics](https://prosody.im/doc/modules/mod_http_openmetrics))
+  0.12    Works (but replaced by [mod_http_openmetrics](https://prosody.im/doc/modules/mod_http_openmetrics))
   0.11    Works
   0.10    Works
   0.9     Does not work