summaryrefslogtreecommitdiffstats
path: root/src/rrd2json.c
AgeCommit message (Expand)Author
2017-04-26backend functionality can now send metrics directly from headlessCosta Tsaousis (ktsaou)
2017-04-13disable prometheus TYPE line by default; added options help=yes|no, types=yes...Costa Tsaousis (ktsaou)
2017-04-11added API method to returns metrics from all hosts for prometheus; fixes #2076Costa Tsaousis (ktsaou)
2017-03-13allow custom defined information on the dashboard; fixes #1936Costa Tsaousis (ktsaou)
2017-03-13database size for mirrored hosts is now aligned to page sizeCosta Tsaousis (ktsaou)
2017-03-09added allmetrics API call to return JSON data; fixes #1910Costa Tsaousis (ktsaou)
2017-03-02prevents usec/msec from using wrong .tv_nsec/.tv_nsec values; #1843Costa 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-24improved configuration and fixes for proxy modeCosta Tsaousis (ktsaou)
2017-02-23allow metrics streaming to work in parallel with local database; propagate O/...Costa Tsaousis (ktsaou)
2017-02-22properly lock all sensitive linked listsCosta Tsaousis (ktsaou)
2017-02-22unified rrd locksCosta Tsaousis (ktsaou)
2017-02-22unified rrdset and rrddim to use enum for flagsCosta Tsaousis (ktsaou)
2017-02-22remove references to localhost from rrd2json - 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-22localhost is now dynamicCosta Tsaousis (ktsaou)
2017-02-18split rrd.c into multiple filesCosta Tsaousis (ktsaou)
2017-02-17lower the memory footprint of dimensions by 1.5KBCosta Tsaousis (ktsaou)
2017-02-11Add version to api/v1/chartsSimon Nagl
2017-02-08advertise the os type at the charts API call, to allow the dashboard provide ...Costa Tsaousis (ktsaou)
2017-02-04User proper JSON for /api/v1/dataSimon Nagl
2017-01-28fix compilation warnings for 32bit machinesCosta Tsaousis (ktsaou)
2017-01-28proper fix: nonzero option should return all selected dimensions if they are ...Costa Tsaousis (ktsaou)
2017-01-27nonzero option should return all selected dimensions if they are all zero; fi...Costa Tsaousis (ktsaou)
2017-01-26remove user-specified zero dimensions with nonzero optionStefan Forstenlechner
2017-01-08allow nonzero setting to work when dimensions are set; fixes #1514Costa Tsaousis (ktsaou)
2017-01-04expose netdata alarms in allmetrics for shellCosta Tsaousis (ktsaou)
2017-01-03added the VISIBLETOTAL variable and fixed the error message about an invalid ...Costa Tsaousis (ktsaou)
2017-01-03added SHELL support for allmetrics all callCosta Tsaousis (ktsaou)
2017-01-03remove all dots from prometheus names; #1497Costa Tsaousis (ktsaou)
2017-01-03updated prometheus support according to #1497Costa Tsaousis (ktsaou)
2017-01-03add prometheus support to the API; fixes #1497Costa Tsaousis (ktsaou)
2016-12-11`replace `time(NULL)` calls by `now_realtime_sec()`Rémi Lefèvre
2016-11-26attempt to fix clangCosta Tsaousis (ktsaou)
2016-11-26added alarms count on dashboardCosta Tsaousis (ktsaou)
2016-11-26added "+ add more charts" and info legend on the dashboardCosta Tsaousis (ktsaou)
2016-11-14align before and after parameters to update_every; so that e.g. after=-1 will...Costa Tsaousis (ktsaou)
2016-10-16fixes for enabling clion debuggingCosta Tsaousis (ktsaou)
2016-09-25better handling of http responses expiration and cache controlCosta Tsaousis (ktsaou)
2016-09-07allow relative durations to be given for up to 3 yearsCosta Tsaousis (ktsaou)
2016-09-03added roles to receive email alarmsCosta Tsaousis (ktsaou)
2016-08-25preparation for health API (render the alarms on the dashboard)Costa Tsaousis
2016-08-16the API now also support "min" group methodCosta Tsaousis
2016-08-15operational health monitoring - we got alarms! - no notifications yet thoughCosta Tsaousis
2016-08-14operational health templatizerCosta Tsaousis
2016-08-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-11code cleanup by replacing all memory allocation functions with ones that hand...Costa Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis