summaryrefslogtreecommitdiffstats
path: root/exporting/Makefile.am
diff options
context:
space:
mode:
authorVladimir Kobal <vlad@prokk.net>2020-02-25 21:08:41 +0200
committerGitHub <noreply@github.com>2020-02-25 21:08:41 +0200
commitd79bbbf943f72495e135eee4afc25723f886592f (patch)
tree1637e6f719f9923e92bad2e5033dce6207c2b9c1 /exporting/Makefile.am
parent84421fdf0b513e9e7dc1351550b96044e92c363d (diff)
Add an AWS Kinesis connector to the exporting engine (#8145)
* Prepare files for the AWS Kinesis exporting connector * Update the documentation * Rename functions in backends * Include the connector to the Netdata buid * Add initializers and a worker * Add Kinesis specific configuration options * Add a compile time configuration check * Remove the connector data structure * Restore unit tests * Fix the compile-time configuration check * Initialize AWS SDK only once * Don't create an instance for an unknown exporting connector * Separate client and request outcome data for every instance * Fix memory cleanup, document functions * Add unit tests * Update the documentation
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 ce6282989a..82ae0f77e4 100644
--- a/exporting/Makefile.am
+++ b/exporting/Makefile.am
@@ -8,6 +8,7 @@ SUBDIRS = \
graphite \
json \
opentsdb \
+ aws_kinesis \
$(NULL)
dist_noinst_DATA = \