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 1 year 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-17T09:57:32.000Z (over 8 years ago)
- Last Synced: 2025-03-26T15:48:14.231Z (about 1 year ago)
- Language: Haskell
- Size: 152 KB
- Stars: 10
- Watchers: 1
- Forks: 5
- 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