jdbc-observations / datasource-micrometer

Micrometer Observation API instrumentation and Spring Boot 3 Auto-Configuration for JDBC APIs
Apache License 2.0
50 stars 8 forks source link

Record ResultSet interactions #35

Closed ttddyy closed 2 months ago

ttddyy commented 3 months ago

Keep any interactions that happened on ResultSet proxy and let ResultSetContext store them. This record of the interaction is helpful to, for example, draw(log) the query result, add some result to the span, etc.