aws-xray-sdk-go icon indicating copy to clipboard operation
aws-xray-sdk-go copied to clipboard

mongodb support

Open iain-raidiam opened this issue 3 years ago • 1 comments
trafficstars

Is it possible to add xray tracing to https://github.com/mongodb/mongo-go-driver ?

iain-raidiam avatar Mar 17 '22 19:03 iain-raidiam

Hi @iain-raidiam MongoDB instrumentation is currently not on X-Ray SDK's roadmap and I can't give an ETA for it at the moment. As a potential workaround, you can use OpenTelemetry Go as it already has the MongoDB instrumentation. Using OpenTelemetry, you can still send traces to X-Ray since now we have a first class support. More info on AWS Distro for OpenTelemetry Go: https://aws-otel.github.io/docs/getting-started/go-sdk

srprash avatar Mar 21 '22 19:03 srprash