newrelic-ruby-agent icon indicating copy to clipboard operation
newrelic-ruby-agent copied to clipboard

Add tests for Thread instrumentation using Rails

Open kaylareopelle opened this issue 3 years ago • 2 comments

Create a simple Rails controller that makes external requests using Net::HTTP or another instrumented HTTP Client within threads. Turn on our new Thread instrumentation, introduced in #1080, and make sure the spans have the expected relational structure and are created as we saw them in our playground environment.

T-Shirt size

kaylareopelle avatar Apr 20 '22 21:04 kaylareopelle

We have unit test coverage with thread instrumentation. Lower priority.

angelatan2 avatar May 03 '22 16:05 angelatan2

https://issues.newrelic.com/browse/NEWRELIC-3465

Addressed with subsequent threading work done in v9.x.

fallwith avatar Jun 05 '23 23:06 fallwith