@opentelemetry/instrumentation-http - tracing of incoming/outgoing requests stopped working #5001
Labels
bug
Something isn't working
needs:reproducer
This bug/feature is in need of a minimal reproducer
pkg:instrumentation-http
triage
What happened?
Steps to Reproduce
When enabled, incoming and outgoing requests are automatically traced without having to manually create an active span.
Expected Result
an active span is available when making an http request
Actual Result
no active span available
Additional Details
The follow on from this, where we spotted, the winston instrumentation stopped adding the trace_id to the log messages because there was no active span. Have confirmed downgrading to 0.52 restores expected behaviour. Playing with the new disable incoming/output properties in 0.53 do nothing to change behaviour.
Related, but not specific to this ticket which is specific to Remix
The spans we receive from the system all start at downstream from out API (http) services, for example Lambda and ECS. Rolling back to 0.52 the API endpoints show up.
OpenTelemetry Setup Code
package.json
Relevant log output
The text was updated successfully, but these errors were encountered: