Code

Merge remote-tracking branch 'github/pr/1922'
[collectd.git] / src / utils_format_graphite.h
index 398defbeabab0b31c8de7916df1ba2b9e86eca8c..5165f9e65f113fb5c8c64703afffcd6f8940eec5 100644 (file)
 #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,