Sign inSign up

placr/statsd

By placr

Updated over 8 years ago

Fronts the placr/carbon docker with statsd functionality.

Image
0

5.4K

placr/statsd repository overview

Usage

This docker fronts the placr/carbon docker and adds statsd functionality.

Example, first start the carbon docker (see also placr/carbon):

docker run -d -v $PWD/whisper/:/opt/graphite/storage/whisper/ --name carbon placr/carbon

Then start the statds docker and expose the statsd collect port over udp:

docker run -d --name statsd --link carbon -p 8125:8125/udp placr/statsd

Note: The name 'carbon' is used in the statsd config, so is required to be exact.

Tag summary

Content type

Image

Digest

Size

240.6 MB

Last updated

over 8 years ago

docker pull placr/statsd