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
Adding x-ray instrumentation to a lambda causes segments in the trace that are due to the lambda runtime, like this:
These shouldn't appear, and should be filtered out by XRay::NetHttp::HTTPInstanceInterceptor#lambda_runtime_request? but the current implementation is not correct.
A correct implementation is below (can be used as a monkey-patch to fix the current sdk release)
Adding x-ray instrumentation to a lambda causes segments in the trace that are due to the lambda runtime, like this:
These shouldn't appear, and should be filtered out by
XRay::NetHttp::HTTPInstanceInterceptor#lambda_runtime_request?
but the current implementation is not correct.A correct implementation is below (can be used as a monkey-patch to fix the current sdk release)
I'll create a PR for this. Just need the issue to reference.
The text was updated successfully, but these errors were encountered: