Example setup for grpc server with prometheus and grafana
git pull [email protected]:mispon/prometheus_metrics_example.git
cd prometheus_metrics_example
docker-compose up -d
- http server:
localhost:8080/ping
- grpc server:
localhost:8082
- metrics:
localhost:8084/metrics
- prometheus:
localhost:9000
- grafana:
localhost:3000