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
#2112 adds instrumention of S3 (the aws-sdk package). Each S3 span currently also results in an HTTP span for the underlying S3 API call. As with Elasticsearch and SQS, we would like to exclude these HTTP spans, so the S3 spans are exit spans and breakdown metrics point to S3, not somewhat misleadingly to HTTP.
The text was updated successfully, but these errors were encountered:
Per https://github.com/elastic/apm/blob/main/specs/agents/tracing-spans.md#exit-spans
the result is that HTTP child spans of S3 spans are no longer captured.
Also:
- Add http context to the S3 spans, now that the http spans are gone some
of this info might be helpful.
- Update TAV versions for aws-sdk to something more reasonable.
Closes: #2125
#2112 adds instrumention of S3 (the
aws-sdk
package). Each S3 span currently also results in an HTTP span for the underlying S3 API call. As with Elasticsearch and SQS, we would like to exclude these HTTP spans, so the S3 spans are exit spans and breakdown metrics point to S3, not somewhat misleadingly to HTTP.The text was updated successfully, but these errors were encountered: