question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Runtime instrumentation error. Request context propagation failed. No trace with id {ID}. Report this issue to New Relic support.

See original GitHub issue

Hi 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:closed
  • Created 2 years ago
  • Reactions:5
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
zodiacfireworkscommented, Jan 7, 2022

Same error here

image image

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

1reaction
DmytroLitvinovcommented, Nov 30, 2021

Hi @umaannamalai , Created new topic in forum.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found