krzysztofzaucha / cadvisor-playground

This repository contains a basic cAdvisor configuration working example with Podman compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cAdvisor Playground

This repository contains a basic cAdvisor configuration example.

cAdvisor (Container Advisor) provides container users an understanding of the resource usage and performance characteristics of their running containers.

All the metrics from the running containers are gathered and pulled by Prometheus. They can be visualised in Grafana.

More detailed documentation of the cAdvisor.

To run this example Podman installation is required.

Diagram

Instructions

  • Run make up to start up this example (run make to see full list of options).
  • Observe metrics on the Grafana dashboard localhost:3000.
  • Configure a dashboard to visualise all the metrics.

About

This repository contains a basic cAdvisor configuration working example with Podman compose


Languages

Language:Dockerfile 59.1%Language:Makefile 31.8%Language:Go 5.3%Language:Shell 3.8%