Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dasch/statsd-debug
A simple Statsd server that outputs debug information about your metrics.
https://github.com/dasch/statsd-debug
Last synced: about 16 hours ago
JSON representation
A simple Statsd server that outputs debug information about your metrics.
- Host: GitHub
- URL: https://github.com/dasch/statsd-debug
- Owner: dasch
- Created: 2014-05-12T07:48:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T09:57:32.000Z (about 7 years ago)
- Last Synced: 2024-12-23T08:22:06.126Z (12 days ago)
- Language: Haskell
- Size: 152 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
statsd-debug
============A simple Statsd server that outputs all events to standard out.
Running statsd-debug in Docker is trivial:
docker run -p 8125:8125/udp dasch/statsd-debug