Tadaya Tsuyukubo

Results 34 comments of Tadaya Tsuyukubo

I have added `VirtualThreadQueryObservationConvention`, which simply omits tagging the thread name. In a Spring Boot environment, you can override the default `QueryObservationConvention` by creating a bean of this class. Alternatively,...

Hi @reda-alaoui, Thanks for the report. So, if I understand correctly, when inserting a record to Postgres with new Hibernate, it issues a query like `INSERT INTO ... RETURNING (id,...

> Are you saying that option 2 can be implemented without modifying datasource-proxy? Ah, no. They are not separate options, just one option. So, it needs a code change in...

Hi @reda-alaoui I've created a poc for this issue. The datasource-proxy side change is in `gh-114-pg-returning` branch. Using this branch, I created a sample project: https://github.com/ttddyy-org/dsproxy-gh114 The main part is...