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
- Host: GitHub
- URL: https://github.com/lehoangthienan/go-jaeger-trace
- Owner: lehoangthienan
- Created: 2021-08-25T13:55:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T16:10:30.000Z (almost 5 years ago)
- Last Synced: 2024-06-20T15:51:31.869Z (about 2 years ago)
- Topics: golang, grpc, http, jaeger, jaegertracing, opentracing
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EXAMPLE JAEGER TRACE

## 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
```