charts2json.h 322 B

1234567891011
  1. // SPDX-License-Identifier: GPL-3.0-or-later
  2. #ifndef NETDATA_API_FORMATTER_CHARTS2JSON_H
  3. #define NETDATA_API_FORMATTER_CHARTS2JSON_H
  4. #include "rrd2json.h"
  5. void charts2json(RRDHOST *host, BUFFER *wb, int skip_volatile, int show_archived);
  6. const char* get_release_channel();
  7. #endif //NETDATA_API_FORMATTER_CHARTS2JSON_H