Fronts the placr/carbon docker with statsd functionality.
5.4K
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.
Content type
Image
Digest
Size
240.6 MB
Last updated
over 8 years ago
docker pull placr/statsd