-
Notifications
You must be signed in to change notification settings - Fork 426
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
[BUG]:Traces Dropped After 5 Retries When Sending to Local Agent Proxy #12020
Comments
I have the same issue as well:
|
Hi @ryuichi1208, thanks for reaching out and apologies for the delayed response. |
We are getting this on |
@ryuichi1208 @blimmer @adilnaimi We're currently looking into this issue. In the meantime, would you be able to provide some more information to help us reproduce this? Thanks!
|
Hi, @Yun-Kim, I am also having this problem using 2.20.0 version which I resolved by switching to 2.21.1 But I still seeing some error log for connection error.
Do you have any idea for this? |
@ryuichi1208 @blimmer @adilnaimi can you also confirm if upgrading to 2.21.1 resolves this issue? @Amelioratede would you mind opening a new issue since this seems unrelated? Thanks! |
Tracer Version(s)
2.19.2
Python Version(s)
Python 3.11
Pip Version(s)
pip 22.04
Bug Report
When using version 2.19.2, the following error message occurs:
This issue arises in our application, which is a WebSocket-based service built with gunicorn and uses uvicorn as its worker. The traces fail to be sent to the local agent proxy (http://localhost:8126) after 5 retry attempts, leading to the traces being dropped. However, this issue is limited to traces sent to LLMObs, as traces to other destinations were successfully sent without any issues.
This issue does not occur in versions 2.18.2 or 2.18.0. If you need any additional information to investigate the problem, please let us know. We are happy to provide further details or logs as required.
Operating System
AWS Fargate for Amazon ECS
The text was updated successfully, but these errors were encountered: