Skip to content

Golang gRPC User microservice example with Prometheus, Grafana monitoring and Jaeger opentracing

Notifications You must be signed in to change notification settings

sergio-id/go-grpc-user-microservice

Repository files navigation

Golang gRPC User microservice example with Prometheus, Grafana monitoring and Jaeger opentracing

Tech stack:

Usage local:

make local_up   // run containers without application
make run        // run the application

Stop containers:

make local_down      // stop containers

Usage docker:

make docker_up   // run all containers with application

Stop containers:

make docker_down      // stop containers

Jaeger UI:

http://localhost:16686

Prometheus UI:

http://localhost:9090

Grafana UI:

http://localhost:3000