7 lines
242 B
Text
7 lines
242 B
Text
# Configuration for sending metrics to InfluxDB
|
|
[[outputs.influxdb]]
|
|
namepass = ["metrics"]
|
|
url = "http://127.0.0.1:8086"
|
|
urls = ["http://127.0.0.1:8086", "udp://127.0.0.1:8089"]
|
|
database_tag = "table"
|
|
skip_database_creation = true
|