Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 386 Bytes

opentsdb.rst

File metadata and controls

22 lines (15 loc) · 386 Bytes

OpenTSDB

You can export statistics to an OpenTSDB server (time series server). The connection should be defined in the Glances configuration file as following:

[opentsdb]
host=localhost
port=4242
prefix=glances
tags=foo:bar,spam:eggs

and run Glances with:

$ glances --export opentsdb