aboutsummaryrefslogtreecommitdiffstats
path: root/docker/influxdb.conf
blob: 69d69b1814af30102993ceb619a5d1ed2630a9cd (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
31
32
33
[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 = "/usr/share/collectd/types.db"
[[opentsdb]]

[[udp]]

[continuous_queries]