spring-data-commons icon indicating copy to clipboard operation
spring-data-commons copied to clipboard

Track query derivation using Micrometer

Open gregturn opened this issue 3 years ago • 1 comments

Observability is currently being adopted to handle metrics and tracing during "active" flows, such as invoking repositories, etc. This is handled by a current suite of Observation handlers and Zipkin-based integration tests.

The story regarding "startup" like query derivation will involve a different suite of integration tests, etc., and can wait until the first set of "active" flows is completed.

gregturn avatar Mar 29 '22 17:03 gregturn

On a related note, it would also be neat to track metrics for the mapping context initialization (AbstractMappingContext.afterPropertiesSet) to let users know how long the mapping metadata introspection takes for all initial entities.

mp911de avatar Mar 30 '22 07:03 mp911de