1
0
Fork 0
This repository has been archived on 2024-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
mining-dashboards/docker/telegraf.conf

18 lines
339 B
Text
Raw Normal View History

[global_tags]
[agent]
interval = "60s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "60s"
flush_jitter = "0s"
precision = ""
hostname = "docker"
omit_hostname = false
[[outputs.influxdb]]
database = "metrics"
urls = ["http://influxdb:8086"]