metrics: provide initial telegraf setup for ingesting historical snapshots.
This commit is contained in:
6
metrics/telegraf/agent.conf
Normal file
6
metrics/telegraf/agent.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
[agent]
|
||||
omit_hostname = true
|
||||
|
||||
[[outputs.influxdb]]
|
||||
urls = ["http://localhost:8086"]
|
||||
database = "osrt_telegraf"
|
Reference in New Issue
Block a user