Implementation issue for spec change elastic/apm#738.
The spec for the context.destination.service.resource span field for AWS S3 has been changed from ${bucketName} to s3/{bucketName}.
This change should be classified as a bugfix in the agent release notes and the release notes should state that this change is potentially breaking:
It can break the history of the S3-Spans / metrics for users relying on context.destination.service.resource
If users happen to run agents both with and without this fix (for same or different languages), the same S3-buckets can appear twice in the service map (with and without s3-prefix)
Description
Implementation issue for spec change elastic/apm#738. The spec for the
context.destination.service.resource
span field for AWS S3 has been changed from${bucketName}
tos3/{bucketName}
.This change should be classified as a bugfix in the agent release notes and the release notes should state that this change is potentially breaking:
context.destination.service.resource
Agent Issues