elastic / apm-agent-go

https://www.elastic.co/guide/en/apm/agent/go/current/index.html
Apache License 2.0
418 stars 193 forks source link

Allow adding links after tx/span creation in agent, and handle `AddLink` in apmotel #1605

Closed dmathieu closed 5 months ago

dmathieu commented 5 months ago

This change handles the AddLink method in apmotel. As we need to add links to transactions and spans after they were started, this also needs to start exposing an AddLink method to both those structs.

Closes #1603. cc @kruskall