Add TCP listener for statsd input (#2293)

This commit is contained in:
Slawomir Skowron
2017-08-08 20:41:26 +02:00
committed by Daniel Nelson
parent f9573ad969
commit f3435f1c59
5 changed files with 350 additions and 8 deletions

View File

@@ -2452,6 +2452,10 @@
# # Statsd Server
# [[inputs.statsd]]
# ## Protocol, must be "tcp" or "udp"
# protocol = "udp"
# ## Maximum number of concurrent TCP connections to allow
# max_tcp_connections = 250
# ## Address and port to host UDP listener on
# service_address = ":8125"
#