-
Notifications
You must be signed in to change notification settings - Fork 400
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
Create postgres.js #139
Create postgres.js #139
Conversation
Placeholder file to begin discussion around adding instrumentation for node-postgres
I'm happy to help out on this any way I can. 😄 |
Woohoo! Happy to lend a hand as well. Was just poking around to see how the MySQL version was implemented. I'd love to see this happen (or make it happen), since I've been spoiled with seeing traces for Ruby+PG in new relic, and now my traces for Node leave me wanting more... @groundwater do we just need to get inspired by https://github.com/newrelic/node-newrelic/blob/master/lib/instrumentation/mysql.js, or is there more secret sauce necessary? |
@cdnbacon yes, if you want to take a stab at it, the The key thing to know is that our out transaction tracer uses the This is also on our roadmap, but not immediately. Thank you for the help! |
@groundwater is there a vagrant box or docker image we can use to test? I was looking through the contributing guidelines and it seems there are quite a few services to kick off to get them running... |
@cdnbacon that's a totally reasonable request, but unfortunately not yet. You don't need any services running, the tests take care of that themselves. You just need the executable on your I won't be merging with the big green button in any case, so if you break something else it's not the end of the world. Best effort works for me 👍 |
A thing to note is that the file needs to be named the same as the module name. So it will be need to be |
👍 This is literally the only thing keeping me from upgrading my New Relic subscription. |
…/moment-2.29.4 Bump moment from 2.29.2 to 2.29.4
…/moment-2.29.4 Bump moment from 2.29.2 to 2.29.4
Placeholder file to begin discussion/work for adding node-postgres instrumentation.