summaryrefslogtreecommitdiffstats
path: root/streaming/stream.conf
diff options
context:
space:
mode:
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