Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sapvs/otel-echo-nats
- Owner: sapvs
- License: apache-2.0
- Created: 2023-09-02T15:28:33.000Z (about 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-04-19T12:52:29.000Z (7 months ago)
- Last Synced: 2024-07-30T19:46:01.057Z (4 months ago)
- Topics: nats, opentelemetry
- Language: Go
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)