Hi everyone,
We are using pgxpool with postgres for our database.
Can someone please guide me how can we use tracing here?
I think one way is to create subSegment manually and close them but it will require code changes on a lot of places and need to keep in mind everytime we write a query.
Is there any better option?
This is how my db connection happens
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs in next 7 days. Thank you for your contributions.
Hi everyone, We are using pgxpool with postgres for our database.
Can someone please guide me how can we use tracing here?
I think one way is to create subSegment manually and close them but it will require code changes on a lot of places and need to keep in mind everytime we write a query.
Is there any better option? This is how my db connection happens
Thanks