Code

core: Introduced the concept of time-series.
authorSebastian Harl <sh@tokkee.org>
Sat, 16 Aug 2014 10:17:15 +0000 (12:17 +0200)
committerSebastian Harl <sh@tokkee.org>
Sat, 16 Aug 2014 10:17:15 +0000 (12:17 +0200)
commitc67634d0683a42c1e5457279de98958cbacc679d
tree21f1433c07ae029f44ae8322454a76b0dbc7e03e
parentdd74510898e5a480fc18a1acad7aa4196f732efe
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.
src/Makefile.am
src/core/plugin.c
src/include/core/plugin.h
src/include/core/timeseries.h [new file with mode: 0644]