Runtime instrumentation error. Request context propagation failed. No trace with id {ID}. Report this issue to New Relic support.
See original GitHub issueHi there, After upgrading from version 7.2.2.169 to 7.2.4.171, we started to receive a lot of events (459k) in our Sentry with the next message:
Runtime instrumentation error. Request context propagation failed. No trace with id 139701399167680. Report this issue to New Relic support.
We are using the next tech stack:
- Python v.3.8.12
- Django v3.2.9
- Django Channels v3.0.4
- New Relic v7.2.4.171
Command which we run to start our gunicorn:
newrelic-admin run-program gunicorn asgi -k uvicorn.workers.UvicornWorker
Seems like it was introduced after that PR
As a temporary solution, we downgrade our version to 7.2.2.169.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:5
- Comments:8 (3 by maintainers)
Top Results From Across the Web
[Python] Runtime instrumentation error. Request context ...
Runtime instrumentation error. Request context propagation failed. No trace with id 139701399167680. Report this issue to New Relic support.
Read more >Spring Cloud Sleuth Reference Documentation
This note indicates that the current span has Trace Id set to X and Span Id set to D. Also, from the RPC...
Read more >APM Connection Errors - Datadog Docs
If the application with the tracing library cannot reach the Datadog Agent, look for connection errors in the tracer startup logs or tracer...
Read more >kamon-io/Kamon - Gitter
Also, did you notice if the problem is that Kamon itself is not emitting ... Akka instrumentation it will happen that context propagation...
Read more >Configure Grafana | Grafana documentation
Do not use environment variables to add new configuration settings. ... Set to true for Grafana to log all HTTP requests (not just...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same error here
I’m running with daphne as follows
newrelic-admin run-program daphne -b 0.0.0.0 -p 8000 application.asgi:application --access-log - --verbosity 3
channels==3.0.4 daphne==3.0.2 django==3.2.9 newrelic==7.2.4.171
Hi @umaannamalai , Created new topic in forum.