metrics: provide initial telegraf setup for ingesting historical snapshots.

This commit is contained in:
Jimmy Berry
2018-08-29 16:35:21 -05:00
parent 541b94d1d0
commit 92d5c2c6f8
7 changed files with 386 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
[agent]
omit_hostname = true
[[outputs.influxdb]]
urls = ["http://localhost:8086"]
database = "osrt_telegraf"