Closed tobiasstadler closed 2 years ago
The data model for compressed spans (see https://github.com/elastic/apm/blob/main/specs/agents/handling-huge-traces/tracing-spans-compress.md#data-model) doesn't include name, type, subtype or destination.service.resource. Shouldn't they be part of the data that is sent to the APM-Server?
name
type
subtype
destination.service.resource
Ok, I probably misunderstood it. The composite object is just an additional property of a span.
That's correct
The data model for compressed spans (see https://github.com/elastic/apm/blob/main/specs/agents/handling-huge-traces/tracing-spans-compress.md#data-model) doesn't include
name
,type
,subtype
ordestination.service.resource
. Shouldn't they be part of the data that is sent to the APM-Server?