public class DefaultRepositoryTagsProvider extends java.lang.Object implements RepositoryTagsProvider
RepositoryTagsProvider implementation.| Constructor and Description |
|---|
DefaultRepositoryTagsProvider() |
| 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. |
public java.lang.Iterable<io.micrometer.core.instrument.Tag> repositoryTags(org.springframework.data.repository.core.support.RepositoryMethodInvocationListener.RepositoryMethodInvocation invocation)
RepositoryTagsProviderinvocation.repositoryTags in interface RepositoryTagsProviderinvocation - the repository invocation