googleapis / cloud-trace-nodejs

Node.js agent for Cloud Trace: automatically gather latency data about your application
https://cloud.google.com/trace/
Apache License 2.0
279 stars 98 forks source link

Support for pg 8? #1484

Closed azymnis closed 1 year ago

azymnis commented 1 year ago

Thanks for stopping by to let us know something could be better!

PLEASE READ: If you have a support contract with Google, please create an issue in the support console instead of filing on GitHub. This will ensure a timely response.

Is your feature request related to a problem? Please describe.

Thanks for your work on this library! It seems that the pg plugin only works for versions up to 7. Looking at the types for pg 8, it doesn't look like the query interface changes significantly. Would it be possible to add support for version 8?

Describe the solution you'd like Adding support for version 8.

Describe alternatives you've considered Writing my own plugin.

Additional context Add any other context or screenshots about the feature request here.

punya commented 1 year ago

Duplicate of #1272.