summaryrefslogtreecommitdiffstats
path: root/exporting/json/json.h
blob: f4d37566310118f57b928e9d063e67252b554857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// SPDX-License-Identifier: GPL-3.0-or-later

#ifndef NETDATA_EXPORTING_JSON_H
#define NETDATA_EXPORTING_JSON_H

#include "exporting/exporting_engine.h"

int init_json_instance(struct instance *instance);

int format_host_labels_json_plaintext(struct instance *instance, RRDHOST *host);

int format_dimension_collected_json_plaintext(struct instance *instance, RRDDIM *rd);
int format_dimension_stored_json_plaintext(struct instance *instance, RRDDIM *rd);

#endif //NETDATA_EXPORTING_JSON_H