Code

timeseries: Add support for fetching specific data-sources.
authorSebastian Harl <sh@tokkee.org>
Sun, 18 Dec 2016 17:56:02 +0000 (18:56 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 18 Dec 2016 17:56:02 +0000 (18:56 +0100)
commitc97d5b5f59f456c41e4eb3c371c9ec090abc4e5b
treee3f8a6e60f6f564975b24203ea3fc7dd698d1fb1
parent5cc17919bcf0cc5474811e376bdba8989f0b54d3
timeseries: Add support for fetching specific data-sources.

The data-sources are specified by name and are then returned in the specified
order. It is an error to request a data-source that does not exist.

Implement the feature in the RRDtool timeseries plugin (the only such plugin).
src/frontend/query.c
src/include/core/timeseries.h
src/plugins/timeseries/rrdtool.c