mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Added Prometheus PushGateway metric support (#8437)
* Added Prometheus PushGateway support * fixed formatting * fix set_curl_proxy to correct variable * add documentation * Update Metric-Storage.md * Update mkdocs.yml
This commit is contained in:
@@ -66,6 +66,7 @@ function data_update($device, $measurement, $tags, $fields)
|
||||
// However, influxdb saves all tags, so we filter out the ones beginning with 'rrd_'.
|
||||
|
||||
rrdtool_data_update($device, $measurement, $tags, $fields);
|
||||
prometheus_push($device, $measurement, rrd_array_filter($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);
|
||||
|
Reference in New Issue
Block a user