Sign inSign up

bdehamer/docker-librato

By bdehamer

Updated almost 11 years ago

Containerized version of fluentd which will collect metrics about running Docker containers and ship it to Librato.

Image
4

1.4K

bdehamer/docker-librato repository overview

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 [email protected] \
  -e LIBRATO_API_KEY=0ca0f9c5488018fb6331b013a83de7c0ead06e51c61829a9de640f5bd98c66e7 \
  -v /var/run/docker.sock:/var/run/docker.sock
  -v /sys/fs/cgroup:/sys/fs/cgroup
  bdehamer/docker-librato

Tag summary

Content type

Image

Digest

sha256:3716b4b8b

Size

153.8 MB

Last updated

almost 11 years ago

docker pull bdehamer/docker-librato