summaryrefslogtreecommitdiffstats
path: root/exporting/Makefile.am
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-03-30 09:54:39 +0300
committerGitHub <noreply@github.com>2020-03-30 09:54:39 +0300
commit36c2e1dbf3d415880d5e5f4ccb4dbf2e882bb8c6 (patch)
tree23e89e26ee283efb3e2a07c2f6d4d85f69d98ecd /exporting/Makefile.am
parentd5d1865469b63385d70645f710728482aed0f23d (diff)
Add a MongoDB connector to the exporting engine (#8416)
* Copy files from the MongoDB backend * Update the documentation * Rename functions in the MongoDB backend * Add the connector to the Netdata build * Add an initializer and a worker * Add specific configuration options * Initialize the connector * Add a ring buffer for inserting data to a MongoDB database * Add unit tests
Diffstat (limited to 'exporting/Makefile.am')
-rw-r--r--exporting/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/exporting/Makefile.am b/exporting/Makefile.am
index ea34ce516b..12f2bacadf 100644
--- a/exporting/Makefile.am
+++ b/exporting/Makefile.am
@@ -10,6 +10,7 @@ SUBDIRS = \
opentsdb \
prometheus \
aws_kinesis \
+ mongodb \
$(NULL)
dist_noinst_DATA = \