summaryrefslogtreecommitdiffstats
path: root/src/rrd2json.h
AgeCommit message (Expand)Author
2017-07-09prometheus support all data sources netdata supports for the other backends: ...Costa Tsaousis (ktsaou)
2017-07-08new prometheus format #1497Costa Tsaousis (ktsaou)
2017-07-08when archiving metrics to backends use chart and dimension names instead of i...Costa 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-09added allmetrics API call to return JSON data; fixes #1910Costa Tsaousis (ktsaou)
2017-03-01self-cleaning obsolete cgroups and network interfaces from memory; fixes #116...Costa Tsaousis (ktsaou)
2017-02-22remove references to localhost from rrd2json - now the host is dynamic at the...Costa 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-03added SHELL support for allmetrics all callCosta 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-11-14align before and after parameters to update_every; so that e.g. after=-1 will...Costa 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-13converted tabs for C, JS, BASH to 4 spacesCosta Tsaousis
2016-08-06all required system headers in common.h; some progress on health variablesCosta Tsaousis
2016-06-05added "sum" and "incremental-sum" grouping methods; the default grouping was ...Costa Tsaousis (ktsaou)
2016-06-05added API option "unaligned" to allow getting unaligned data for any timefram...Costa Tsaousis (ktsaou)
2016-06-04added support for generating SVG badges with chart dataCosta Tsaousis (ktsaou)
2016-04-03layout: remove executable from unrelated filesAlon Bar-Lev
2016-01-08added API option percentage to return the percentage of each dimension agains...Costa Tsaousis (ktsaou)
2016-01-06added c3 charts; added easyPieChart to default dashboardCosta Tsaousis (ktsaou)
2015-12-29fixed minor issues throughout the code (mainly types); dashboard has now a wa...Costa Tsaousis (ktsaou)
2015-12-03added jsonwrap api option to allow javascript get information about the resul...Costa Tsaousis (ktsaou)
2015-11-29added support for custom dashboards - new API is operational and stableCosta Tsaousis (ktsaou)
2015-11-29first complete API implementation - it now supports multiple different visual...Costa Tsaousis (ktsaou)
2015-11-28code cleanup and re-arrangements for better scalabilityCosta Tsaousis (ktsaou)
2015-11-28avl is now threat safe (found a condition where the trees could cause netdata...Costa Tsaousis (ktsaou)
2015-03-22added libavl for supporting balanced binary trees - this improves search perf...Costa Tsaousis (ktsaou)
2015-03-16splitted netdata to multiple source filesCosta Tsaousis (ktsaou)