Many APMs support trace for AWS services. Mostly APMs use session to monitor AWS services when using aws-sdk-v1 below is some examples, [newrelic](https://newrelic.com/) - v1: [https://pkg.go.dev/github.com/newrelic/go-agent/v3/integrations/nrawssdk-v1#section-readme](https://pkg.go.dev/github.com/newrelic/go-agent/v3/integrations/nrawssdk-v1#section-readme) [Datadoc](https://www.datadoghq.com/) - v1: [https://github.com/DataDog/dd-trace-go/blob/main/contrib/aws/aws-sdk-go/aws/aws.go](https://github.com/DataDog/dd-trace-go/blob/main/contrib/aws/aws-sdk-go/aws/aws.go) [Splunk](https://www.splunk.com/ko_kr), [Dynatrace](https://www.dynatrace.com/monitoring/platform/comparison/dynatrace-vs-splunk-ebook/?utm_source=google&utm_medium=cpc&utm_term=why-dynatrace-sp-st&utm_campaign=ask-1-why-dynatrace&utm_content=none&gclsrc=aw.ds&gclid=CjwKCAjwitShBhA6EiwAq3RqAxj48XFFD9Ae0uojTRLMdrOWxQrTsZqwe-ofSrLxA0NuEcxMRJ7RSBoCeRsQAvD_BwE) - They integrates with Opentelemetry - In Opentelemetry, aws-sdk-v1 uses [[aws-xray](https://github.com/aws/aws-xray-sdk-go)](https://github.com/aws/aws-xray-sdk-go) to trace. so how about add a option to config for set tracing using session?
Many APMs support trace for AWS services. Mostly APMs use session to monitor AWS services when using aws-sdk-v1
below is some examples,
newrelic
Datadoc
Splunk, Dynatrace
so how about add a option to config for set tracing using session?