summaryrefslogtreecommitdiffstats
path: root/modules/tick/templates/telegraf.conf
blob: 67593daaa5152fdd26c786b46913a03e114f2365 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"