1
0
Fork 0
telegraf/migrations/outputs_influxdb/testcases/merge_url/telegraf.conf

8 lines
217 B
Text
Raw Permalink Normal View History

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