You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port upstream fix (PR#10736) to downstream v1 Lambda stream handler
V2 PR: open-telemetry/opentelemetry-java-instrumentation#10736
V2 Issue: Non-top level server span created by lambda instrumentation
open-telemetry/opentelemetry-java-instrumentation#7808
The fix has been ported to v1 as a patch for non-stream handlers. This change extends the fix to the stream handler in the v1 repository.
Testing:
All unit tests pass.
End-to-end tests pass.
Backward Compatibility:
No risk of breaking existing functionality.
The change only adds instrumentation for RequestStreamHandler without modifying existing behavior for RequestHandler.
Existing users who do not use RequestStreamHandler remain unaffected.
0 commit comments