Giter Club home page Giter Club logo

docker-statsd's Introduction

Docker StatsD

About the container

A simple statsd docker implementation based off @antonlindstrom's statsd container with a few insets from @axisk.

Exposed ports

The following ports are exposed by the image.

Statsd listens on 8125 by default, to use it outside you'll need to expose it to the outside world.

Environment

The following enviromental varaible are supported by this image.

  • GRAPHITE_PORT_2003_TCP_PORT (default: 2003)
  • GRAPHITE_PORT_2003_TCP_ADD (default: localhost)
  • GRAPHITE_GLOBAL_PREFIX (default: stats)
  • GRAPHITE_LEGACY_NAMESPACE (default: true)
  • STATSD_PORT (default: 8125)
  • STATSD_DUMP_MSG (default: false)
  • STATSD_DEBUG (default: false)
  • STATSD_FLUSH_INTERVAL (default: 10000)

Running the container

Example to run the docker instance:

sudo docker run -e GRAPHITE_HOST=127.0.0.1 -e STATSD_DUMP_MSG=true -p 8125:8125/udp -p 8126:8126/tcp -d jaconel/statsd

This image is available in the docker registry at jaconel/statsd:

sudo docker pull jaconel/statsd

Building the container

This repository is setup to automatically build on Docker Hub when new commits are pushed to the master branch.

If you wish to build this repository manually, the following command(s) can be used:

sudo docker build -t statsd .

To push the image to docker hub:

sudo docker push jaconel/statsd

docker-statsd's People

Contributors

antonlindstrom avatar jaconza avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.