raintank / statsdaemon

Metrics aggregation daemon like statsd, in Go and with a bunch of extra features.
The Unlicense
327 stars 30 forks source link

TCP support #10

Closed jeeyoungk closed 6 months ago

jeeyoungk commented 9 years ago

TCP support would be great, because some networks cannot run in UDP for various reasons.

ehlerst commented 7 years ago

+1 docker containers have major issues with UDP traffic that have not been resolved. https://github.com/docker/docker/issues/8795

You also cannot use a load balancer and java hosts love to ignore TTLs.