elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
384 stars 114 forks source link

Add S3 Bucket and Object Key to S3 instrumentation #759

Closed AlexanderWert closed 1 year ago

AlexanderWert commented 1 year ago

Description

Our current S3 instrumentation reports the accessed S3 Bucket name as part of the Span name. However, users requested to capture both the bucket name and the object key as explicit fields on the corresponding spans. This is relevant when analyzing which access request to a S3 resource was slow.

Spec Issue

Agent Issues

AlexanderWert commented 1 year ago

see also https://github.com/open-telemetry/opentelemetry-specification/pull/3251