opentelemetry-js-contrib icon indicating copy to clipboard operation
opentelemetry-js-contrib copied to clipboard

feat: adding hook for adding span links to a lambda instrumentation span

Open peterabbott opened this issue 5 months ago • 3 comments

Which problem is this PR solving?

  • With the aws lambda instrumentation, when wrapping a lambda handler adds the ability to add span links. This is useful for batch processing where a message can come from different parent spans.

Short description of the changes

  • Allow links to be added to wrapped lambda spans

peterabbott avatar Feb 02 '24 08:02 peterabbott