author | Sebastian Harl <sh@tokkee.org> | |
Sun, 18 Dec 2016 17:56:02 +0000 (18:56 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 18 Dec 2016 17:56:02 +0000 (18:56 +0100) | ||
commit | c97d5b5f59f456c41e4eb3c371c9ec090abc4e5b | |
tree | e3f8a6e60f6f564975b24203ea3fc7dd698d1fb1 | tree | snapshot |
parent | 5cc17919bcf0cc5474811e376bdba8989f0b54d3 | commit | diff |
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).
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 | diff | blob | history | |
src/include/core/timeseries.h | diff | blob | history | |
src/plugins/timeseries/rrdtool.c | diff | blob | history |