github.com/anycable/anycable-go@v1.5.1/etc/telegraf.conf (about)

     1  # Statsd Server
     2  [[inputs.statsd]]
     3    protocol = "udp"
     4    max_tcp_connections = 250
     5    tcp_keep_alive = false
     6    service_address = ":8125"
     7  
     8  [[outputs.file]]
     9    files = ["stdout"]