Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Monitor REST API with Prometheus

Run without Docker and Kubernetes

cd my-restapi
go run main.go

Deploy with private Docker and Kubernetes

cd my-prometheus
make

cd ../my-restapi
make

minikube service my-restapi
minikube service my-prometheus

Redeploy

cd my-prometheus
make deploy_cleann

cd ../my-restapi
make deploy_clean

Then run the deployment above again

About

Example of using Prometheus to monitor REST API written in Golang

Topics

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages