-
Notifications
You must be signed in to change notification settings - Fork 103
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
10.3.0 doesn't send any (?) data to New Relic's servers due to dependency version serialization errors #1253
Comments
Similar issue on my end as well.
|
Thanks for bringing this issue to our attention--This is definitely a bug and I'll look into this now. Meanwhile, there seems to be a delay with the docs publishing to the New Relic docs site, so until then, the release notes can be found here: https://github.com/newrelic/newrelic-python-agent/releases/tag/v10.3.0 |
Getting the same issue when using version 10.3.0 in a Lambda function. Edit: seems like it only happens for old versions of the Lambda layer AWSSDKPandas-Python39 with version < 10
|
Hello! I reproduced this on my end and I think I have a fix. Just to make sure I don't miss any use cases, could you try installing New Relic from this branch and seeing if that fixes the issue? https://github.com/newrelic/newrelic-python-agent/tree/package-json-fix If so, I can clean this up and put it in the next release |
Fixed it for me |
Looks good on my end as well 👍 |
Description
After upgrading to newrelic-python-agent (
newrelic
PyPI package) 10.3.0 (released 15 hours ago), the agent stopped sending any (?) data to New Relic's servers.This is the red region in all these graphs, while the region afterwards where it goes back to normal is when I downgraded back to 10.2:
During this time, the agent logs errors from thread
NR-Harvest-Thread
, sayingFailed to harvest data for [name of our application]
with tracebacks like these:Traceback
So presumably that has something to do with it?
Expected Behavior
The agent sends data to New Relic's servers as before.
Steps to Reproduce
Upgrade a FastAPI app deployment which also has a dependency on e.g.
pypdfium2
(or other packages, see other users' comments below) to newrelic-python-agent 10.3.0.Your Environment
newrelic
PyPI package) 10.3.0Additional context
It could be that there is something users need to configure differently in 10.3, but I wouldn't know because there are no release notes for 10.3 yet.
The text was updated successfully, but these errors were encountered: