apm icon indicating copy to clipboard operation
apm copied to clipboard

Implement Span Links API

Open trentm opened this issue 3 years ago • 0 comments

As part of the larger span links work, a spec was added for optionally adding an API to agents for adding span links at span/transaction creation time. This includes:

  • [ ] Optionally provide an API to specify span links at Span/Transaction creation time. (Node.js will, Java will not, etc.)
  • [ ] Support span links being specified during OTel span creation, for those agents that have implemented the OTel Bridge (Python, Java, .NET)

Spec issue

  • [x] https://github.com/elastic/apm/issues/594

Agent Issues

  • [x] https://github.com/elastic/apm-agent-java/issues/2613 Milestone
  • [x] https://github.com/elastic/apm-agent-dotnet/issues/1691 Milestone
  • [x] https://github.com/elastic/apm-agent-nodejs/issues/2673 Milestone
  • [x] https://github.com/elastic/apm-agent-python/issues/1541 Milestone
  • [x] https://github.com/elastic/apm-agent-go/issues/1243 Milestone
  • [ ] https://github.com/elastic/apm-agent-php/issues/677 Milestone
  • [x] https://github.com/elastic/apm-agent-ruby/issues/1256 Milestone

trentm avatar May 03 '22 19:05 trentm