Sign inSign up

visity/statsd

By visity

Updated over 8 years ago

Fronts the visity/carbon docker with statsd functionality.

Image
2

10K+

visity/statsd repository overview

Usage

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

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

docker run -d -v $PWD/whisper/:/opt/graphite/storage/whisper/ --name carbon visity/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 visity/statsd

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

Tag summary

Content type

Image

Digest

sha256:576a47d02

Size

240.6 MB

Last updated

over 8 years ago

docker pull visity/statsd