context.db.* was added to the spec for AWS S3 spans by accident. As of spec change https://github.com/elastic/apm/pull/683 any S3 spans created by APM agent instrumentation should not set span.context.db.*.
(My read of the Go and Python APM agent implementations was that they already do not set context.db.* for S3 spans, so I didn't create implementation PRs for them.)
Description
context.db.*
was added to the spec for AWS S3 spans by accident. As of spec change https://github.com/elastic/apm/pull/683 any S3 spans created by APM agent instrumentation should not setspan.context.db.*
.(My read of the Go and Python APM agent implementations was that they already do not set
context.db.*
for S3 spans, so I didn't create implementation PRs for them.)Agent Issues