X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Futils_format_graphite.h;h=ebc50802475f20de6d581ae219676f5422ebbaaa;hb=1d888f3f3a131f8eb2d9e0884665b6951ecee550;hp=398defbeabab0b31c8de7916df1ba2b9e86eca8c;hpb=affac33e83584e7538c358e3bd0a587d0c692bc3;p=collectd.git diff --git a/src/utils_format_graphite.h b/src/utils_format_graphite.h index 398defbe..ebc50802 100644 --- a/src/utils_format_graphite.h +++ b/src/utils_format_graphite.h @@ -23,11 +23,14 @@ #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 +#define GRAPHITE_PRESERVE_SEPARATOR 0x10 int format_graphite (char *buffer, size_t buffer_size, const data_set_t *ds,