Hi, was able to get this to show on Jaeger without sample code changes:
Here is the jaeger service config in docker compose i used if that helps:
jaeger-all-in-one:
image: jaegertracing/all-in-one:1.39
ports:
- "14269"
- "14268:14268"
- "14267"
- "14250"
- "9411:9411"
- "16686:16686"
- "16687"
- "6831:6831/udp"
- "6832:6832/udp"
- "5778:5778"
environment:
- COLLECTOR_ZIPKIN_HTTP_PORT=9411
- LOG_LEVEL=debug