dd-trace-js icon indicating copy to clipboard operation
dd-trace-js copied to clipboard

Is there an ODBC integration for APM?

Open MartinLoeper opened this issue 3 years ago • 2 comments

We just started to use Redshift via ODBC. Is there currently an option to integrate it into DataDog APM?

MartinLoeper avatar Aug 30 '22 13:08 MartinLoeper

For now it would have to be done manually. For databases, this would best be done in a custom client that wraps the real ODBC client to intercept and trace everything.

Can you confirm which library you are using so that we can add it to the list of integrations to add in the future?

rochdev avatar Aug 30 '22 14:08 rochdev

Thanks for confirming @rochdev!

Here is the npm package we are using: https://www.npmjs.com/package/odbc

MartinLoeper avatar Aug 30 '22 14:08 MartinLoeper