]> arthur.barton.de Git - netdata.git/blobdiff - src/rrd2json.h
operational health monitoring - we got alarms! - no notifications yet though
[netdata.git] / src / rrd2json.h
index 929ac1d52f09257c8241095810d25a536efdfed4..99400346efd20413379a178c5b553bf468567b91 100644 (file)
@@ -61,6 +61,6 @@ extern void rrd_stats_all_json(BUFFER *wb);
 extern time_t rrd_stats_json(int type, RRDSET *st, BUFFER *wb, long entries_to_show, long group, int group_method, time_t after, time_t before, int only_non_zero);
 
 extern int rrd2format(RRDSET *st, BUFFER *out, BUFFER *dimensions, uint32_t format, long points, long long after, long long before, int group_method, uint32_t options, time_t *latest_timestamp);
-extern int rrd2value(RRDSET *st, BUFFER *wb, calculated_number *n, BUFFER *dimensions, long points, long long after, long long before, int group_method, uint32_t options, time_t *latest_timestamp, int *value_is_null);
+extern int rrd2value(RRDSET *st, BUFFER *wb, calculated_number *n, const char *dimensions, long points, long long after, long long before, int group_method, uint32_t options, time_t *latest_timestamp, int *value_is_null);
 
 #endif /* NETDATA_RRD2JSON_H */