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 (over 1 year ago)
- Default Branch: trunk
- Last Pushed: 2024-12-23T07:17:35.000Z (18 days ago)
- Last Synced: 2024-12-23T08:20:10.361Z (18 days ago)
- Topics: nats, opentelemetry
- Language: Go
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Go](https://github.com/sapvs/otel-echo-nats/actions/workflows/go.yml/badge.svg)](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
![Normal Flow](./diags/serviceFlow.jpg)## Otel Flow
![Otel Flow](./diags/otelFlow.jpg)