You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per elastic/apm#180, agents are expected to set fields: context.destination.service.resource, context.destination.service.name, context.destination.service.type when applicable. Service maps can make use of these fields to determine if 2 different spans are referring to the same logical service which might not be instrumented.
Change the composite aggregation to use span.destination.service.resource, service.name and service.environment
For external nodes, collapse by span.destination.service.resource
For internal nodes, collapse by service.name and service.environment
For collapsed external nodes, only show the first available values for span.type and span.subtype, alphabetically sorted
The text was updated successfully, but these errors were encountered:
* [APM] use span.destination.service.resource
Closes#60405.
* update snapshots
Co-authored-by: Nathan L Smith <[email protected]>
Co-authored-by: Nathan L Smith <[email protected]>
As per elastic/apm#180, agents are expected to set fields:
context.destination.service.resource
,context.destination.service.name
,context.destination.service.type
when applicable. Service maps can make use of these fields to determine if 2 different spans are referring to the same logical service which might not be instrumented.span.destination.service.resource
,service.name
andservice.environment
span.destination.service.resource
service.name
andservice.environment
span.type
andspan.subtype
, alphabetically sortedThe text was updated successfully, but these errors were encountered: