Two example microservices with otelgin instrumentation
Go
Gin Example with OTEL Instrumentation
Running
# In one terminal session
$ cd inventory-frontend && go run main.go
# In a second terminal session
$ cd inventory-backend && go run main.go
# In a third terminal session
$ cd inventory-ui && npm run jaeger:server