summaryrefslogtreecommitdiffstats
path: root/src/rrddim.c
AgeCommit message (Expand)Author
2017-08-21minor fix in error logCosta Tsaousis (ktsaou)
2017-07-13adapted prometheus formatting based on #2436Costa Tsaousis (ktsaou)
2017-07-11code cleanup - added check for homogeneous or heterogeneous chartsCosta Tsaousis (ktsaou)
2017-07-04properly calculate the first data collection of statsd metrics when charts ar...Costa Tsaousis (ktsaou)
2017-07-02statsd metrics do not loose their first data collection due to interpolation;...Costa Tsaousis (ktsaou)
2017-06-22attempt to avoid resetting database files loaded from disk and be more descri...Costa Tsaousis (ktsaou)
2017-06-10fixed typo in divisor override; fixes #2260Costa Tsaousis (ktsaou)
2017-06-09do not set an invalid/empty name to dimensionsCosta Tsaousis (ktsaou)
2017-06-08fixed reversed match of dimensions updatingCosta Tsaousis (ktsaou)
2017-06-07added memory mode "alloc" to be used when mmap() is not available or failsCosta Tsaousis (ktsaou)
2017-06-07properly call madvise() with memory mode = ram; properly free memory with mem...Costa Tsaousis (ktsaou)
2017-06-07propagate name, algorithm, multiplier and divider changes to netdata masters;...Costa Tsaousis (ktsaou)
2017-06-07allow memory mode ram to use KSM; fixes #2284Costa Tsaousis (ktsaou)
2017-04-26backend functionality can now send metrics directly from headlessCosta Tsaousis (ktsaou)
2017-04-25reset the exposed flag of dimensions when they are loaded from disk; fixes #2117Costa Tsaousis (ktsaou)
2017-04-22log also the host on the errors about unknown dimensions; #2117Costa Tsaousis (ktsaou)
2017-04-04properly cleanup deleted files of obsolete charts from disk; fixes #1358Costa Tsaousis (ktsaou)
2017-02-26allow netdata to cleanup orphan hosts that have not pushed any metrics for so...Costa Tsaousis (ktsaou)
2017-02-23added rrd memory mode "none" to allow netdata act as a proxy to forward metri...Costa Tsaousis (ktsaou)
2017-02-22operational stream mode - added more descriptive logs for errorsCosta Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22unified rrd locksCosta Tsaousis (ktsaou)
2017-02-22hosts except localhost save files in subdirectory in /var/cache/netdata and /...Costa Tsaousis (ktsaou)
2017-02-22remove references to localhost from registry - now the host is dynamic at the...Costa Tsaousis (ktsaou)
2017-02-22memory mode and health configuration per hostCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)