Containerized version of fluentd which will collect metrics about running Docker containers and ship it to Librato.
1.4K
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:
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
Content type
Image
Digest
sha256:3716b4b8b…
Size
153.8 MB
Last updated
almost 11 years ago
docker pull bdehamer/docker-librato