Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
12 lines (6 loc) · 523 Bytes

File metadata and controls

12 lines (6 loc) · 523 Bytes

#Docker Container Metrics Collector

Basic container metrics. Right now collects memory used and max memory used by all containers on machine. Reports them to statsd accordingly. To run the container use this command.

docker run -v /var/run/docker.sock:/var/run/docker.sock -e COREOS_PRIVATE_IPV4=<PRIVATE IPV4> zetta/link-container-metrics-collector

The docker unix socket must be mounted into the container, and the box IP must be provided as well.

Disclaimer

This is not an officially supported Google product.