summaryrefslogtreecommitdiffstats
path: root/docker/barometer-influxdb/influxdb.conf
blob: 7fee866d8659615684e9da3e9e4a9ad45246ec30 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[meta]
  dir = "/var/lib/influxdb/meta"

[data]
  dir = "/var/lib/influxdb/data"
  wal-dir = "/var/lib/influxdb/wal"

[coordinator]

[retention]

[shard-precreation]


[monitor]


[http]

[[graphite]]

[[collectd]]
enabled = true
typesdb = "/types.db"
[[opentsdb]]

[[udp]]

[continuous_queries]