feat: with opentelemetry

This commit is contained in:
2023-04-30 14:44:28 +02:00
parent bb74617d3f
commit 07d14450c8
29 changed files with 30244 additions and 11 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
docker run --name jaeger -d -p6831:6831/udp -p6832:6832/udp -p16686:16686 jaegertracing/all-in-one:latest