summaryrefslogtreecommitdiffstats
path: root/src/rrd.h
AgeCommit message (Expand)Author
2017-09-07each host gets its own range of alarm and alarm log IDs; fixes #2694Costa Tsaousis (ktsaou)
2017-09-07each host has its own alarms execution status; fixes #2694Costa 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-07-02enhance the plugins protocol to support flags per chart; 2 flags added: "deta...Costa Tsaousis (ktsaou)
2017-07-02database flags are now using atomic operations when availableCosta Tsaousis (ktsaou)
2017-06-28on exit delete orphan hosts and obsolete chart files; fixes #2329Costa Tsaousis (ktsaou)
2017-06-17rename variable "opentsdb host tags" to "host tags"; move it from the backend...Costa Tsaousis (ktsaou)
2017-06-15cleanup obsolete host files; #2329Costa Tsaousis (ktsaou)
2017-06-09increased maximum history size to 1 yearCosta Tsaousis (ktsaou)
2017-06-09allow filtering metrics sent to backends; fixes #2257Costa Tsaousis (ktsaou)
2017-06-08do not show gaps on the charts of a netdata slave when the master is not avai...Costa Tsaousis (ktsaou)
2017-06-07added memory mode "alloc" to be used when mmap() is not available or failsCosta Tsaousis (ktsaou)
2017-06-07propagate name, algorithm, multiplier and divider changes to netdata masters;...Costa Tsaousis (ktsaou)
2017-05-13slaves propagate registry_hostname to master, which is now used for alarm not...Costa Tsaousis (ktsaou)
2017-04-26backend functionality can now send metrics directly from headlessCosta Tsaousis (ktsaou)
2017-03-13database size for mirrored hosts is now aligned to page sizeCosta Tsaousis (ktsaou)
2017-03-12added compile option NETDATA_VERIFY_LOCKS to enable the locksCosta Tsaousis (ktsaou)
2017-03-12locks abstraction, error reporting, debuggingCosta Tsaousis (ktsaou)
2017-03-12locks error handlingCosta Tsaousis (ktsaou)
2017-03-01delete obsolete charts and orphan hosts by defaultCosta Tsaousis (ktsaou)
2017-03-01self-cleaning obsolete cgroups and network interfaces from memory; fixes #116...Costa Tsaousis (ktsaou)
2017-02-27add mirrored hosts to the my-netdata menuCosta Tsaousis (ktsaou)
2017-02-26allow netdata to cleanup orphan hosts that have not pushed any metrics for so...Costa Tsaousis (ktsaou)
2017-02-25moved [stream] configuration to stream.confCosta Tsaousis (ktsaou)
2017-02-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-24allow each netdata host to have its own thread for streaming metricsCosta Tsaousis (ktsaou)
2017-02-23added rrd memory mode "none" to allow netdata act as a proxy to forward metri...Costa Tsaousis (ktsaou)
2017-02-23allow delaying alarm checks when remote netdata starts streaming metrics or w...Costa Tsaousis
2017-02-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22implemented API authenticationCosta Tsaousis (ktsaou)
2017-02-22properly lock all sensitive linked listsCosta Tsaousis (ktsaou)
2017-02-22draft implementation of netdata central push server - untestedCosta Tsaousis (ktsaou)
2017-02-22RRDHOSTs free all their memory (all substructures) when they are deallocatedCosta 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-22unified rrdset and rrddim to use enum for flagsCosta Tsaousis (ktsaou)
2017-02-22remove references to localhost from registry - now the host is dynamic at the...Costa Tsaousis (ktsaou)
2017-02-22each host can have its own settings for history, update_every, rrd memory mod...Costa Tsaousis (ktsaou)
2017-02-22memory mode and health configuration per hostCosta Tsaousis (ktsaou)
2017-02-22backend now sends all metrics for all hostsCosta Tsaousis (ktsaou)
2017-02-22all internal plugins create chart at localhost except plugins.d that respects...Costa Tsaousis (ktsaou)
2017-02-22every host has its own healthCosta Tsaousis (ktsaou)
2017-02-22external plugins can now work for a specific hostCosta Tsaousis (ktsaou)
2017-02-22localhost is now dynamicCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-17multi-host rrdset and rrdfamily operationsCosta Tsaousis (ktsaou)
2017-02-17move machine_guid from registry to rrdhostCosta Tsaousis (ktsaou)