@FunctionalInterface
public interface RepositoryTagsProvider
Tags for Spring Data Repository
invocations.| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<io.micrometer.core.instrument.Tag> |
repositoryTags(org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation invocation)
Provides tags to be associated with metrics for the given
invocation. |
java.lang.Iterable<io.micrometer.core.instrument.Tag> repositoryTags(org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation invocation)
invocation.invocation - the repository invocation