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

#ifndef NETDATA_API_FORMATTER_CHARTS2JSON_H
#define NETDATA_API_FORMATTER_CHARTS2JSON_H

#include "rrd2json.h"

extern void charts2json(RRDHOST *host, BUFFER *wb, int skip_volatile, int show_archived);
extern void chartcollectors2json(RRDHOST *host, BUFFER *wb);

#endif //NETDATA_API_FORMATTER_CHARTS2JSON_H