Package org.springframework.boot.data.metrics
package org.springframework.boot.data.metrics
Spring Data repository metrics.
-
ClassDescriptionStrategy that can be used to apply
Timers
automatically instead of using@Timed
.DefaultRepositoryTagsProvider
implementation.Intercepts Spring DataRepository
invocations and records metrics about execution time and results.ProvidesTags
for Spring DataRepository invocations
.Utility used to obtain@Timed
annotations from bean methods.