Skip to content

benburkert/docker-fluentd-librato

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-librato

Uses fluentd to collect metrics about running Docker containers and sends it to Librato.

Inspired by Kiyoto Tamura's article Collecting Docker Container Data with Fluentd.

In addition to Fluentd, the image contains the following two Fluentd plugins:

Usage

Your Librato email address and API key need to be injected into the container using the LIBRATO_EMAIL and LIBRATO_API_KEY environment variables.

docker run -d \
  -e LIBRATO_EMAIL=me@email.com \
  -e LIBRATO_API_KEY=0ca0f9c5488018fb6331b013a83de7c0ead06e51c61829a9de640f5bd98c66e7 \
  -v /var/run/docker.sock:/var/run/docker.sock
  -v /sys/fs/cgroup:/sys/fs/cgroup
  bdehamer/docker-librato

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%