]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
Add VALUE_TYPE_DISTRIBUTION to the metric.h file
authorBarbara Kaczorowska <bkjg@google.com>
Tue, 18 Aug 2020 22:58:18 +0000 (22:58 +0000)
committerBarbara Kaczorowska <bkjg@google.com>
Wed, 19 Aug 2020 07:42:10 +0000 (07:42 +0000)
src/daemon/metric.h

index 4f664e942b7bc9c7c92ca319def5cd1aabc4c397..e0366a215b7b8c7944bc01b57fdca83282a76b1b 100644 (file)
@@ -35,6 +35,7 @@
 
 #define VALUE_TYPE_GAUGE 1
 #define VALUE_TYPE_DERIVE 2
+#define VALUE_TYPE_DISTRIBUTION 3
 
 typedef enum {
   METRIC_TYPE_COUNTER = 0,