Skip to content

fiunchinho/docker-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Docker Statsd

A Docker container running statsd, using Stackdriver and Datadog as backends.

Usage

To run the container execute

docker run -e "STACKDRIVER_API_KEY=your_key" -e "DATADOG_API_KEY=your_key" -p 8125:8125/udp fiunchinho/docker-statsd

You can also define the following environment variables to get instance metrics:

  • SOURCE_PREFIX_ENABLED: If true it will use a prefix to send instance metrics
  • SOURCE_PREFIX_SEPARATOR: The characters to separate instanceId from metric name

Backend repos and docs:

About

Docker container to run StatsD using Stackdriver as backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published