Skip to content

Latest commit

 

History

History

prometheus-grafana

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Prometheus and Grafana

Grafana is provisioned with Prometheus datasource.

Launching

To start the Prometheus and Grafana containers, run

docker compose up --detach

Accessing

Once the container is running, you can access Grafana at http://localhost:3000, using

  • Username: admin
  • Password: admin

Teardown

To stop and remove the containers, run

docker compose down --volumes