elastic / apm-data

apm-data holds definitions and code for manipulating Elastic APM data
Apache License 2.0
12 stars 25 forks source link

Add support for is_child in addition to elastic.is_child SpanLink attribute #321

Closed JonasKunz closed 1 month ago

JonasKunz commented 1 month ago

185 added support for receiving inferred-span with our vendor-specific OpenTelemetry inferred-spans extension.

We recently contributed that extension upstream. In that process, we changed the SpanLink attribute for overriding parent-child relationships from elastic.is_child to just is_child. Therefor, apm-server needs to support both elastic.is_child and is_child.

JonasKunz commented 1 month ago

@kruskall you'll need to merge, because I don't have the merge permission on this repo