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: 24 days 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: 2023-04-11T15:32:56.033Z (over 1 year ago)
- Language: Haskell
- Size: 152 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
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