This commit is contained in:
2026-04-03 11:19:00 +02:00
parent 2416f528bb
commit 26265e776c
14 changed files with 533 additions and 11 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ OTLP Client → HTTP/gRPC Server → Collector → WebSocket Broadcast → Conne
1. Clone the repository:
```sh
git clone https://git.tornberg.me/go-otel.git
git clone https://git.k6n.net/go-otel.git
cd go-otel
```
@@ -148,4 +148,4 @@ To modify the application:
2. Run locally with `go run ./cmd/server`
3. For UI changes, edit `index.html` directly
The application uses standard Go modules and OpenTelemetry collector libraries for data processing.
The application uses standard Go modules and OpenTelemetry collector libraries for data processing.