-
Notifications
You must be signed in to change notification settings - Fork 301
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
Infinite Tracing logging connection errors at too high a priority #213
Comments
Our go agents with infinite tracing configured have now started getting this log about every 30 seconds per pod/container:
|
We're investigating whether this should be remediated on the service side. |
Internal NR thread here. |
After some research, it appears that this error is coming from the HTTP2 layer, and is caused by the Infinite Tracing load balancers. We've decided to set up a reproduction, and to inhibit logging for this specific type of error. |
We have successfully reproduced this issue and will focus on a code change to squelch it. |
Hello @blakeroberts-wk , this issue should be fixed the the most recent release of the Go Agent, version 3.11.0. Please try it out and let us know if it works! |
Description
A customer has reported seeing a lot of these error messages in the logs when Infinite Tracing is configured:
After some investigation by the Infinite Tracing team, it looks like these are harmless, and we should log these as INFO/DEBUG errors (or not log them at all).
Additional context
For New Relic employees - see these two Slack threads:
The text was updated successfully, but these errors were encountered: