Skip to content

How to trace mysql database calls #2027

Answered by dreamorosi
kaykhan asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, at the moment the Tracer does not support that X-Ray feature, we have a feature request (#749) that has been open for a while but hasn't gotten a lot of traction (so far at least).

The reason for this not being available in Powertools is that to keep bundle size and performance in check we are using only the aws-xray-sdk-core package (npm) while the features you've read about are available as a separate package aws-xray-sdk-mysql (npm).

Given our project's tenets, specifically the "Keep it lean" one, we usually add additional dependencies only whenever strictly necessary. This usually means whenever there's enough demand.

As a first step, I'd encourage you to chime in on the issue I l…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dreamorosi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants