Added influxdb as a metrics reporter/backend
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
telegraf:
|
||||
image: telegraf:1.13
|
||||
ports:
|
||||
- 8186:8186
|
||||
volumes:
|
||||
- ./telegraf.conf:/etc/telegraf/telegraf.conf:ro
|
||||
@@ -0,0 +1,8 @@
|
||||
[agent]
|
||||
interval = "10s"
|
||||
|
||||
[[inputs.influxdb_listener]]
|
||||
service_address = ":8186"
|
||||
|
||||
[[outputs.file]]
|
||||
files = ["stdout"]
|
||||
Reference in New Issue
Block a user