Sign inSign up

sohonet/statsite

By sohonet

Updated over 7 years ago

Dockerised version of https://github.com/statsite/statsite

Image
0

564

sohonet/statsite repository overview

How to obtain this image

https://hub.docker.com/u/sohonet/statsite

How to use this image

Quick Setup
$ docker run -d -p 8125:8125/udp sohonet/statsite
Customise Setup

The following environment variables can be used to target a graphite instance of your choosing.

  • GRAPHITE_SERVER default: graphite
  • GRAPHITE_PORT default: 2003
  • STATSITE_FLUSH_INTERVAL default: 1 (second)
$ docker run -d -e 'GRAPHITE_SERVER=my_graphite' -e 'GRAPHITE_PORT=2003' -e 'STATSITE_FLUSH_INTERVAL=1' -p 8125:8125/udp sohonet/statsite

Tag summary

Content type

Image

Digest

Size

168 MB

Last updated

over 7 years ago

docker pull sohonet/statsite:v0.0.2