X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_format_graphite.h;h=5165f9e65f113fb5c8c64703afffcd6f8940eec5;hb=cc893903f8453dc96a797b319bdd4e294052de6f;hp=a3c4d85c9f4f2368e3b2bb3df165977315ad06f7;hpb=76a7816d2c066f2feff5c77e7da58df4dbc982c2;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 */