author | Sebastian Harl <sh@tokkee.org> | |
Sat, 16 Aug 2014 10:17:15 +0000 (12:17 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sat, 16 Aug 2014 10:17:15 +0000 (12:17 +0200) | ||
commit | c67634d0683a42c1e5457279de98958cbacc679d | |
tree | 21f1433c07ae029f44ae8322454a76b0dbc7e03e | tree | snapshot |
parent | dd74510898e5a480fc18a1acad7aa4196f732efe | commit | diff |
core: Introduced the concept of time-series.
A timeseries describes one or multiple sequences of data-points where each
data-point is a timestamp and a value.
A new type of plugin, "time-series fetchers", has been introduced to access
time-series information from arbitrary data-stores.
A timeseries describes one or multiple sequences of data-points where each
data-point is a timestamp and a value.
A new type of plugin, "time-series fetchers", has been introduced to access
time-series information from arbitrary data-stores.
src/Makefile.am | diff | blob | history | |
src/core/plugin.c | diff | blob | history | |
src/include/core/plugin.h | diff | blob | history | |
src/include/core/timeseries.h | [new file with mode: 0644] | blob |