Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 902 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 902 Bytes

cExporter - container stats prometheus exporter

Like cAdvisor, but more lightweight

cheerlesscloud/cexporter at docker hub

Build Status Go Report Card

Start in docker

docker run \
  -d \
  -v /var/run/docker.sock:/var/run/docker.sock \
  --log-opt max-size=10m \
  --name cexporter \
  -p 9167:9167 \
  cheerlesscloud/cexporter:1.1.0

Grafana dashboard

Install from grafana.com or manually from grafana-dashboard.json.

grafana dashboard example screenshot