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: 21 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 (almost 3 years ago)
- Default Branch: trunk
- Last Pushed: 2024-12-23T09:16:18.000Z (over 1 year ago)
- Last Synced: 2025-01-05T23:27:25.668Z (over 1 year ago)
- Topics: nats, opentelemetry
- Language: Go
- Homepage:
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/sapvs/otel-echo-nats/actions/workflows/go.yml)
# 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

## Otel Flow
