summaryrefslogtreecommitdiffstats
path: root/src/rrd2json.c
AgeCommit message (Expand)Author
2018-10-11modularize C source code (#4372)Costa Tsaousis
2018-09-30fix spdx (#4327)Paweł Krupa
2018-09-20daemon cleanup (#4231)Costa Tsaousis
2018-05-31Add SPDX-License-Identifier headers to most files.Austin S. Hemmelgarn
2018-03-11propagate netdata version with streaming; add netdata version to prometheus m...Costa Tsaousis (ktsaou)
2018-01-27Merge pull request #3351 from ktsaou/gpointsCosta Tsaousis
2018-01-27allow netdata to be compiled without long double; fixes #3352Costa Tsaousis (ktsaou)
2018-01-27gpoints to gtimeCosta Tsaousis (ktsaou)
2018-01-27added API parameter gpoints=N to allow emulating different data collection pe...Costa Tsaousis (ktsaou)
2017-12-23when API option percentage is used, then view_latest_values, min and max shou...Costa Tsaousis (ktsaou)
2017-12-23added options match-ids and match-namesCosta Tsaousis (ktsaou)
2017-12-23the dimensions list of API calls now supports netdata simple patternsCosta Tsaousis (ktsaou)
2017-10-15added plugin, module and alarms to /api/v1/chart(s)Costa Tsaousis (ktsaou)
2017-10-08netdata now detects current timezone and reports it to the dashboard; it also...Costa Tsaousis (ktsaou)
2017-10-03do not offer orphaned hosts to viewers; fixes #2832Costa Tsaousis (ktsaou)
2017-09-09allow overwriting the storage type of calculated_number and related functionsCosta Tsaousis (ktsaou)
2017-07-09prometheus support all data sources netdata supports for the other backends: ...Costa Tsaousis (ktsaou)
2017-07-09prometheus: always send host tags with netdata_host_tagsCosta Tsaousis (ktsaou)
2017-07-09prometheus: send netdata_host_tags only when the request is for a single hostCosta Tsaousis (ktsaou)
2017-07-08prometheus HELP lines start with the metric nameCosta Tsaousis (ktsaou)
2017-07-08prometheus: chart should be converted as labelCosta Tsaousis (ktsaou)
2017-07-08new prometheus format #1497Costa Tsaousis (ktsaou)
2017-07-08properly escape prometheus labels; fixes #2407Costa Tsaousis (ktsaou)
2017-07-08when archiving metrics to backends use chart and dimension names instead of i...Costa Tsaousis (ktsaou)
2017-06-09remove duplicate chart name from chart title when streaming metrics; #2276Costa Tsaousis (ktsaou)
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)