summaryrefslogtreecommitdiffstats
path: root/streaming/stream.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-26 18:05:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-26 18:05:10 +0000
commit34a0b66bc2d48223748ed1cf5bc1b305c396bd74 (patch)
treefbd36be86cc6bc4288fe627f2b5beada569848bb /streaming/stream.conf
parentAdding upstream version 1.32.1. (diff)
downloadnetdata-34a0b66bc2d48223748ed1cf5bc1b305c396bd74.tar.xz
netdata-34a0b66bc2d48223748ed1cf5bc1b305c396bd74.zip
Adding upstream version 1.33.0.upstream/1.33.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'streaming/stream.conf')
-rw-r--r--streaming/stream.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/streaming/stream.conf b/streaming/stream.conf
index b5142632d..3c363fad6 100644
--- a/streaming/stream.conf
+++ b/streaming/stream.conf
@@ -60,6 +60,12 @@
# The API_KEY to use (as the sender)
api key =
+ # Stream Compresssion
+ #
+ # The netdata child is configurated to enable stream compression by default.
+ # You can control stream compression in this agent with options: yes | no
+ #enable compression = yes
+
# The timeout to connect and send metrics
timeout seconds = 60
@@ -156,6 +162,12 @@
#default proxy api key = API_KEY
#default proxy send charts matching = *
+ # Stream Compresssion
+ #
+ # The stream with the child can be configurated to enable stream compression.
+ # You can control stream compression in this parent agent stream with options: yes | no
+ #enable compression = yes
+
# -----------------------------------------------------------------------------
# 3. PER SENDING HOST SETTINGS, ON PARENT NETDATA
@@ -203,3 +215,10 @@
#proxy destination = IP:PORT IP:PORT ...
#proxy api key = API_KEY
#proxy send charts matching = *
+
+ # Stream Compresssion
+ #
+ # The stream with the child can be configurated to enable stream compression.
+ # You can control stream compression in this parent agent stream with options: yes | no
+ #enable compression = yes
+ \ No newline at end of file