From 6b091fafd9c3b0197325b3ef751dbdb317048e2b Mon Sep 17 00:00:00 2001 From: thiagoftsm Date: Tue, 26 May 2020 17:05:56 +0000 Subject: OpenTSDB and TLS (#9068) Brings TLS to OpenTSDB connector and InfluxDB --- exporting/exporting_engine.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'exporting/exporting_engine.h') diff --git a/exporting/exporting_engine.h b/exporting/exporting_engine.h index b82dc9084c..67f9730226 100644 --- a/exporting/exporting_engine.h +++ b/exporting/exporting_engine.h @@ -25,6 +25,7 @@ typedef enum exporting_options { EXPORTING_OPTION_SEND_CONFIGURED_LABELS = (1 << 3), EXPORTING_OPTION_SEND_AUTOMATIC_LABELS = (1 << 4), + EXPORTING_OPTION_USE_TLS = (1 << 5), EXPORTING_OPTION_SEND_NAMES = (1 << 16) } EXPORTING_OPTIONS; @@ -252,6 +253,7 @@ static inline void disable_instance(struct instance *instance) } #include "exporting/prometheus/prometheus.h" +#include "exporting/opentsdb/opentsdb.h" #if ENABLE_PROMETHEUS_REMOTE_WRITE #include "exporting/prometheus/remote_write/remote_write.h" #endif -- cgit v1.2.3