Closed
Description
Describe the bug
Rolldice example does not show traces in Jaeger
Environment
- OS: Fedora 40
- Go Version: 1.22.5
- Version: 0.14.0-alpha
To Reproduce
From examples/rolldice
docker compose up -d
curl localhost:8080/rolldice
Steps to reproduce the behavior:
- Go to http://localhost:16686/
- Click on Find Traces
- No traces are shown. See the screenshot below:
Expected behavior
Traces as shown in the example at https://github.com/open-telemetry/opentelemetry-go-instrumentation/blob/main/examples/rolldice/README.md
Activity
MrAlias commentedon Feb 7, 2025
Can you please try to reproduce the error with the latest version of the rolldice example?
Likely, #1566 has changed the issue or resolved it. Verification is needed.
ddelpero commentedon Feb 21, 2025
I see the traces in the latest version. Thanks.