Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 403 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 403 Bytes

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