Skip to content

Latest commit

 

History

History

prometheus

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Prometheus

Prometheus is a monitoring and alerting toolkit.

Launching

To start the Prometheus server, run

docker compose up --detach

Accessing

Prometheus is available at http://localhost:9090.

Teardown

To stop and remove the containers, run

docker compose down --volumes