Skip to content

Example of using Prometheus to monitor REST API written in Golang

Notifications You must be signed in to change notification settings

golovers/prometheus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published