diff --git a/examples/up.conf.example b/examples/up.conf.example index ea567910..39f98775 100644 --- a/examples/up.conf.example +++ b/examples/up.conf.example @@ -32,7 +32,8 @@ quiet = false # # Prometheus mode opens an HTTP server on port 9130 and exports the metrics at # /metrics for polling collection by a prometheus server. This disables influxdb. -# IMPORTANT: The prometheus mode is still beta and doesn't work very well. +# IMPORTANT: The prometheus mode is still beta and isn't tested very well. +# Please help us test and provide your feedback on the github repo! mode = "influx" # This controls on which ip and port /metrics is exported when mode is "prometheus". diff --git a/examples/up.xml.example b/examples/up.xml.example index f608fd68..856e292f 100644 --- a/examples/up.xml.example +++ b/examples/up.xml.example @@ -48,7 +48,7 @@ # # Prometheus mode opens an HTTP server on port 9130 and exports the metrics at # /metrics for polling collection by a prometheus server. This disables influxdb. - # IMPORTANT: The prometheus mode is still beta and doesn't work very well. + # IMPORTANT: The prometheus mode is still beta and isn't tested very well. --> influx diff --git a/examples/up.yaml.example b/examples/up.yaml.example index 53ebf923..adf3f019 100644 --- a/examples/up.yaml.example +++ b/examples/up.yaml.example @@ -33,7 +33,7 @@ quiet: false # # Prometheus mode opens an HTTP server on port 9130 and exports the metrics at # /metrics for polling collection by a prometheus server. This disables influxdb. -# IMPORTANT: The prometheus mode is still beta and doesn't work very well. +# IMPORTANT: The prometheus mode is still beta and isn't tested very well. mode: "influx" # This controls on which ip and port /metrics is exported when mode is "prometheus".