mod_prometheus/README.markdown
changeset 4794 bb66e87a3604
parent 4549 f4ab80f72d63
child 5417 c90011054335
equal deleted inserted replaced
4793:f06d04cfea7d 4794: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   ------- -------------