Update comment

This commit is contained in:
davidnewhall2 2019-11-27 02:57:24 -08:00
parent e492ca19a3
commit 6bcdfcda0e
3 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,8 @@ quiet = false
# #
# Prometheus mode opens an HTTP server on port 9130 and exports the metrics at # 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. # /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" mode = "influx"
# This controls on which ip and port /metrics is exported when mode is "prometheus". # This controls on which ip and port /metrics is exported when mode is "prometheus".

View File

@ -48,7 +48,7 @@
# #
# Prometheus mode opens an HTTP server on port 9130 and exports the metrics at # 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. # /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</mode> <mode>influx</mode>

View File

@ -33,7 +33,7 @@ quiet: false
# #
# Prometheus mode opens an HTTP server on port 9130 and exports the metrics at # 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. # /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" mode: "influx"
# This controls on which ip and port /metrics is exported when mode is "prometheus". # This controls on which ip and port /metrics is exported when mode is "prometheus".