Sergey Pronin

Results 3 comments of Sergey Pronin

@charmander we use datadog to collect pg metrics that I included in the issue. Datadog wraps the query method https://github.com/DataDog/dd-trace-js/blob/master/packages/datadog-instrumentations/src/pg.js And the only difference between 8.11.2 and 8.11.3 is the...

@brianc thanks for the swift response❤️ We should be able to validate early next week. I'll get back as soon as we do

Hi @brianc I run the same small experiment over the updated code from #3056: https://gist.github.com/wannabehero/0ec140e764413624a89004af13de7fc2 ```shell ➜ pg-test node test2.js 8.11.2: 63.964ms 8.11.3: 126.89ms 8.11.4: 125.591ms ``` I think I've...