summaryrefslogtreecommitdiffstats
path: root/modules/tick/templates/telegraf.conf
blob: 53df79264055b9324e6050b7edfcc6200a853aa1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[global_tags]
[agent]
  interval = "10s"
  round_interval = true
  metric_batch_size = 1000
  metric_buffer_limit = 10000
  collection_jitter = "0s"
  flush_interval = "10s"
  flush_jitter = "0s"
  precision = ""
  hostname = ""
  omit_hostname = false
[[outputs.prometheus_client]]
  listen = ":9273"
  expiration_interval = "5m"