Skip to content

softprops/docker-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker statsd

A statsd installation in a Docker container.

usage

build

$ docker build -t `whoami`/statsd .

run

ports

port use
8125/udp udp line interface
8126 admin interface

env

var default value use
GRAPHITE_HOST localhost hostname or IP of Graphite server
GRAPHITE_PORT 2003 port of Graphite server
STATSD_PORT 8125 port to listen on
$ docker run --rm -ti `whoami`/statsd

Doug Tangren (softprops) 2014

About

statsd in a docker container

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages