https://github.com/msiebuhr/statsd-tail
Local statsd-server that dumps parsed metrics on stdout...
https://github.com/msiebuhr/statsd-tail
Last synced: about 1 month ago
JSON representation
Local statsd-server that dumps parsed metrics on stdout...
- Host: GitHub
- URL: https://github.com/msiebuhr/statsd-tail
- Owner: msiebuhr
- License: mit
- Created: 2016-11-05T22:38:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-12T08:58:24.000Z (over 5 years ago)
- Last Synced: 2025-04-15T16:18:38.746Z (about 1 month ago)
- Language: Go
- Size: 3.91 KB
- Stars: 3
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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!