Skip to content

edyn/docker-statsd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Statsd

A simple docker container for running StatsD.

Usage

Start up statsd

$ docker run --rm --name statsd -v $PWD/config.js:/opt/statsd/config.js:ro \
  -p 8125:8125/udp -p 8126:8126 edyn/statsd

Send some metrics to it:

$ echo -n "example.statsd.counter.changed:10|c" | nc -w 1 -u localhost 8125

About

Simple docker container for running statsd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • Shell 5.4%
  • Makefile 1.6%