aws-powertools / powertools-lambda-dotnet

Powertools is a developer toolkit to implement Serverless best practices and increase developer velocity.
https://docs.powertools.aws.dev/lambda/dotnet/
MIT No Attribution
158 stars 24 forks source link

Tracing for RDS/MySQL #436

Closed ssathasivan closed 1 year ago

ssathasivan commented 1 year ago

Use case

Our .NET Applications use MySQL as the relational database. It did not find support for tracing MySQL. It only supports SQL Server. Is there a plan for tracing MySQL queries in the pipeline.

Solution/User Experience

Support for tracing MySQL

Alternative solutions

No response

Acknowledgment

boring-cyborg[bot] commented 1 year ago

Thanks for opening your first issue here! We'll come back to you as soon as we can. In the meantime, check out the #dotnet channel on our Powertools for AWS Lambda Discord: Invite link

hjgraca commented 1 year ago

Hi @ssathasivan that functionality is part of X-Ray SDK for .NET. Currently the SDK only supports SQL Server like you mentioned. I would recommend opening an issue on the AWS SDK for .NET repository. Hope you can find your answer there.

hjgraca commented 1 year ago

Closing issue.