Respect path prefix in influx output uri (#3224)

This commit is contained in:
Dimitris Rozakis
2017-09-14 03:27:01 +03:00
committed by Daniel Nelson
parent eebee9759f
commit 9c8f4afa37
5 changed files with 50 additions and 13 deletions

View File

@@ -84,9 +84,7 @@
# Configuration for influxdb server to send metrics to
[[outputs.influxdb]]
## The HTTP or UDP URL for your InfluxDB instance. Each item should be
## of the form:
## scheme "://" host [ ":" port]
## The full HTTP or UDP URL for your InfluxDB instance.
##
## Multiple urls can be specified as part of the same cluster,
## this means that only ONE of the urls will be written to each interval.