X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_format_graphite.h;h=5165f9e65f113fb5c8c64703afffcd6f8940eec5;hb=4928cae51108c75e46cc7a1b158d6c86726db87b;hp=a3c4d85c9f4f2368e3b2bb3df165977315ad06f7;hpb=334b552e146d572d16333771c56b63b1ba30db2b;p=collectd.git diff --git a/src/utils_format_graphite.h b/src/utils_format_graphite.h index a3c4d85c..5165f9e6 100644 --- a/src/utils_format_graphite.h +++ b/src/utils_format_graphite.h @@ -23,11 +23,18 @@ #define UTILS_FORMAT_GRAPHITE_H 1 #include "collectd.h" + #include "plugin.h" +#define GRAPHITE_STORE_RATES 0x01 +#define GRAPHITE_SEPARATE_INSTANCES 0x02 +#define GRAPHITE_ALWAYS_APPEND_DS 0x04 +#define GRAPHITE_DROP_DUPE_FIELDS 0x08 + int format_graphite (char *buffer, size_t buffer_size, const data_set_t *ds, const value_list_t *vl, const char *prefix, - const char *postfix, const char escape_char); + const char *postfix, const char escape_char, + unsigned int flags); #endif /* UTILS_FORMAT_GRAPHITE_H */