Skip to content

RejwankabirHamim/prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prometheus

docker build -t my-app-prometheus .
docker run -d \
  -p 8181:8181 \
  -p 9090:9090 \
  --name my-app-prometheus \
  my-app-prometheus

Monitoring

localhost:8181/ping
localhost:8181/metrics
http://localhost:9090

Run this command to execute 10 pings to the server. Then check the counter increases on the metrics url.

./ping_test.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published