Skip to content

A statsd container with a small disk footprint

Notifications You must be signed in to change notification settings

gmr/alpine-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

alpine-statsd

statsd container with a small disk footprint (~12 MB)

Example Usage

Create a statsd configuration, for example /path/to/statsd/cfg_dir/config.js:

{
  graphitePort: 2003,
  graphiteHost: "graphite.example.com",
  port: 8125,
  backends: [ "./backends/graphite" ]
}
docker run --name statsd -d -p 8125:8125/udp -p 8126:8126 \
  -v /path/to/statsd/cfg_dir:/statsd aweber/alpine-statsd /statsd/config.js

About

A statsd container with a small disk footprint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published