civic-eagle / statsd-http-proxy

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

build out internal statsd store #8

Closed johnseekins closed 1 year ago

johnseekins commented 1 year ago

Changes will be based on: github.com/smira/go-statsd

The idea will be to have a statsd store that:

  1. is lightweight
  2. can persist to disk
  3. can write to influx (or other outputs)

Addressed #7

Signed-off-by: John Seekins john@civiceagle.com