How can I configure a mysql datasource to pass a connector modified by aws-xray-sdk? #8838
Unanswered
santiago-jv
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a datasource that connects to mysql, but we need to have aws x ray traces for mysql and according to the AWS documentation, I need to do something like this:
const AWSXRay = require('aws-xray-sdk'); const mysql = AWSXRay.captureMySQL(require('mysql'));
How do I tell the datasource to use this specific connector? 🔝
Beta Was this translation helpful? Give feedback.
All reactions