Update comment
This commit is contained in:
parent
e492ca19a3
commit
6bcdfcda0e
|
|
@ -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".
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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".
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue