summaryrefslogtreecommitdiffstats
path: root/web/api/formatters/charts2json.h
blob: d4b04af585d5b7f2cc2c62efd0c8c2a281b8f485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_API_FORMATTER_CHARTS2JSON_H
#define NETDATA_API_FORMATTER_CHARTS2JSON_H

#include "rrd2json.h"

void charts2json(RRDHOST *host, BUFFER *wb, int skip_volatile, int show_archived);
void chartcollectors2json(RRDHOST *host, BUFFER *wb);
const char* get_release_channel();

#endif //NETDATA_API_FORMATTER_CHARTS2JSON_H