Feat: add telemetry

This commit is contained in:
Grail Finder
2025-07-11 16:20:43 +03:00
parent 9a949757f2
commit ea27d35254
6 changed files with 114 additions and 1 deletions

7
docker-compose.yml Normal file
View File

@ -0,0 +1,7 @@
version: '3.8'
services:
jaeger:
image: jaegertracing/all-in-one:latest
ports:
- "6831:6831/udp"
- "16686:16686"