InfluxDB¶
You can export statistics to an InfluxDB
server (time series server).
The connection should be defined in the Glances configuration file as
following:
[influxdb]
host=localhost
port=8086
user=root
password=root
db=glances
tags=foo:bar,spam:eggs
and run Glances with:
$ glances --export influxdb
Glances generates a lot of columns, e.g., if you have many running
Docker containers, so you should use the tsm1
engine in the InfluxDB
configuration file (no limit on columns number).