Skip to content

Latest commit

 

History

History

cadvisor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

cAdvisor sandbox

In this sandbox, cAdvisor gathers metrics for three running containers:

  • Its own container
  • A container running Redis
  • A container running Prometheus

The Prometheus instance scrapes metrics from cAdvisor and makes them accessible via the Prometheus expression browser.

Usage

To start the sandbox:

# In the foreground
make run # docker-compose up --build

# In detached mode
make run-detached # docker-compose up --build --detach

This will start up the three containers mentioned above.

To kill the sandbox, run make kill (alias for docker-compose kill).

Open up http://localhost:9090/graph to access the Prometheus expression browser. Some example metrics to explore:

Assets

Folder Assets
prometheus A prometheus.yml configuration file for Prometheus