-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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] failed to send, dropping xxx traces to intake at xxx after 3 retries ([Errno 111] Connection refused) #17310
Comments
U should see happening datadog agent logs at this time. |
I'm having the same, would like to stop it too |
Same issue here, @sachams have you found a fix for this? |
bump |
Do we have any ETA for this to be solved or a workaround? |
+1 |
please fix |
Same issue, here but this is the log we have: |
anyone know why this is? traces seem to be coming through ok but I keep getting this:
Running on python with ecs fargate and datadog agent as sidecar. Docker image: python:3.10.10-slim |
Same issue, here we have log as : Application running on Python with ECS backed by EC2 instance & datadog agent as daemon agent Versions |
This error disappeared after holding python app startup for 10s to wait DD agent. |
What is the status of this issue? Is there no workaround other than to delay the start of the application launching? Currently this error is being caught and captured by our Sentry integration which is not ideal at all. |
Am getting this as well when running my application's tests with Pytest. ddtrace version |
Also getting this running my app in AWS Lambda |
Also hitting this when running in AWS Lambda. |
Agent Environment
3.30.8
ddtrace
version1.12.6
Describe what happened:
We frequently see this error in all our environments, for example:
DataDog is otherwise functioning fine. Would like to stop these errors being generated though.
Describe what you expected:
No errors.
Steps to reproduce the issue:
3.30.8
ddtrace
in a Python applicationAdditional environment details (Operating System, Cloud provider, etc):
The text was updated successfully, but these errors were encountered: