Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sapvs/otel-echo-nats

Open Telemetry tracing for http server and nats client
https://github.com/sapvs/otel-echo-nats

nats opentelemetry

Last synced: 4 days ago
JSON representation

Open Telemetry tracing for http server and nats client

Awesome Lists containing this project

README

        

# Open telemetry tracing across http and nats

## RUN
### Start solution
```bash
docker compose up
```

### Jaeger
available at http://localhost:16686

### Perform some calls
```bash
curl -X GET localhost:8080/hello
```

## Flows
### Normal Flow
![Normal Flow](./diags/serviceFlow.jpg)

## Otel Flow
![Otel Flow](./diags/otelFlow.jpg)