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

Observation for generated keys #36

Closed ttddyy closed 2 months ago

ttddyy commented 2 months ago

JDBC defines API for the generated key retrieval using ResultSet. Create a new observation for the generated keys tagging the generated values.