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 f87f44832b
commit 9cb7b2c249
5 changed files with 50 additions and 13 deletions

View File

@@ -53,9 +53,7 @@ type InfluxDB struct {
}
var sampleConfig = `
## 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.