-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't get the same result as the example in the Doc about Jaeger #6074
Comments
Are you able to click on the runtime trace (the single it line item in your screenshot?) |
For some reason, it seems the runtime events are not being collected in your case. Also, can you confirm you have run pip install opentelemetry-sdk opentelemetry-exporter-otlp-proto-grpc
The span provider we use is based on grpc |
Thank you for your useful suggestion @victordibia When I switch to wsl, it seems to run well... amazing, but why Can you explain why the same program in wsl is OK but in windows is still no... |
Thats interesting ... It also might just be that you needed to restart your jupyter kernel (or script) |
What happened?
Describe the bug
I'm trying to use Jaeger to record the agent, but after I follow the guide and run the official example, I can't get the same result as is shown in the doc. The example agent is not traced successfully.
To Reproduce
Run Jaeger
just the example in the doc
Expected behavior
just like the screenshot in the doc
Screenshots
Which packages was the bug in?
Python AgentChat (autogen-agentchat>=0.4.0)
AutoGen library version.
Python dev (main branch)
Other library version.
No response
Model used
gpt-4o-mini
Model provider
None
Other model provider
No response
Python version
3.13
.NET version
None
Operating system
Windows
The text was updated successfully, but these errors were encountered: