feature: Added support for sending metrics to OpenTSDB (#7022)

* Create OpenTSDB.md

* Send collected data to OpenTSDB

* Send collected data to OpenTSDB

* Update build.sql

* Send collected data to OpenTSDB

* Delete 200.sql

* Update db_schema.yaml

* Update datastore.inc.php

* Update OpenTSDB.md

* Added OpenTSDB to mkdocs.yaml
This commit is contained in:
Yacine Benamsili
2017-07-15 11:28:27 +02:00
committed by Neil Lathwood
parent db84d3bfe9
commit 294ec4d73d
6 changed files with 88 additions and 0 deletions

View File

@@ -67,5 +67,6 @@ function data_update($device, $measurement, $tags, $fields)
rrdtool_data_update($device, $measurement, $tags, $fields);
influx_update($device, $measurement, rrd_array_filter($tags), $fields);
opentsdb_update($device, $measurement, rrd_array_filter($tags), $fields);
graphite_update($device, $measurement, $tags, $fields);
} // data_update