summaryrefslogtreecommitdiffstats
path: root/conf.d
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2017-03-09 22:41:49 +0200
committerGitHub <noreply@github.com>2017-03-09 22:41:49 +0200
commit6f6b9975a1a24661c524f722ec947eb93dd43831 (patch)
tree8b57b9c3a668ee3d8734f44ef225eb97fa82fca7 /conf.d
parent4d0af341e3c40993ba427fe4e306f09cc6866577 (diff)
parent9468eefb70a56d7aecb29ce94e80844793791843 (diff)
Merge pull request #1911 from ktsaou/master
added allmetrics API call to return JSON data;
Diffstat (limited to 'conf.d')
-rw-r--r--conf.d/stream.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/conf.d/stream.conf b/conf.d/stream.conf
index 641faaae77..9386f9006b 100644
--- a/conf.d/stream.conf
+++ b/conf.d/stream.conf
@@ -13,9 +13,14 @@
enabled = no
# where to send metrics to?
- # A space separated list of IP:PORT is accepted. The first available will
- # get the metrics.
- # IPv6 addresses should be [IP]:PORT
+ # A space separated list of [PROTOCOL:]HOST[%INTERFACE][:PORT] is accepted.
+ # The first available will get the metrics.
+ # PROTOCOL = tcp or udp (only tcp is supported by masters)
+ # HOST = an IPv4, IPv6 IP, or a hostname.
+ # IPv6 IPs should be given with brackets [ip:address]
+ # INTERFACE = the network interface to use
+ # PORT = the port number or service name (/etc/services)
+ # This communication is not HTTP (cannot be proxied).
destination =
# The API_KEY to use (as the sender)