An open API service indexing awesome lists of open source software.

https://github.com/lehoangthienan/go-jaeger-trace

Microservices tracing - monitoring with Elasticsearch -Jaeger - HTTP/GRPC
https://github.com/lehoangthienan/go-jaeger-trace

golang grpc http jaeger jaegertracing opentracing

Last synced: about 2 months ago
JSON representation

Microservices tracing - monitoring with Elasticsearch -Jaeger - HTTP/GRPC

Awesome Lists containing this project

README

          

# EXAMPLE JAEGER TRACE

![jaeger-go-trace](https://dytvr9ot2sszz.cloudfront.net/wp-content/uploads/2020/11/1200x628_Golang_Jaeger-Tracing_2-min-1024x536.jpg)

## SETUP

```
make setup
make init
```

## HOW TO START
```
make dev-svc-a
make dev-svc-b
curl http://localhost:3000/go
```

## JAEGER CLIENT
- Call any http request from service-a or service-b
```
http://localhost:16686
```