Skip to content

Local statsd-server that dumps parsed metrics on stdout...

License

Notifications You must be signed in to change notification settings

msiebuhr/statsd-tail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

statsd-tail

Listens for statsd (in Datadog's dialect) and pretty-prints it on the console.

> statsd-tail
foo.bar  map[key:value]  1
foo.bar  map[key:value]  2
...

Getting it

Provided a working Go-setup, fetch the code with go get github.com/msiebuhr/statsd-tail and then go install github.com/msiebuhr/statsd-tail.

License

MIT - Do what you want!

About

Local statsd-server that dumps parsed metrics on stdout...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages