Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using OT side-by-side with NewRelic #327

Open
AndreyMoiseev opened this issue Jul 27, 2021 · 0 comments
Open

Using OT side-by-side with NewRelic #327

AndreyMoiseev opened this issue Jul 27, 2021 · 0 comments

Comments

@AndreyMoiseev
Copy link

We are using NewRelic for APM management. And we want to use our own distributed tracing based on OT alongside with NewRelic. Doing this I came up on problem - NewRelic is not capturing details of SQL transactions when OT JDBC instrumentation is enabled.

Investigating the issue I found this commit: #277
It seems like at some moment dynamic proxies where introduced instead of plain wrappers.

Is there some specific reason for using dynamic proxies over plain wrappers? Can we roll back to wrappers or, at least, make this configurable? I am ready to offer the patch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant