civic-eagle / statsd-http-proxy

StatsD HTTP proxy server with REST interface for using in browsers
MIT License
0 stars 0 forks source link

Refactor to use channels #5

Closed johnseekins closed 2 years ago

johnseekins commented 2 years ago

Using Go channels will give us much better performance at higher scales. We should re-design this tool to pass incoming stats off to a channel, rather than doing all processing and writing within the initial POST request.