elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
384 stars 114 forks source link

Add span links for message tracing #605

Open felixbarny opened 2 years ago

felixbarny commented 2 years ago

We are discussing adding span link support. One of the motivations for this is to be able to represent the batch processing of several messages. A transaction/span cannot have multiple parents, so span links are a mechanism to link that transaction to the many initiating messages.

This includes:

Spec issue

Agent issues