
com.tqdev.metrics.spring.loaders.MetricRegistryBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metrics-spring-loaders Show documentation
Show all versions of metrics-spring-loaders Show documentation
Package to scan for components in order to instrument a Spring application.
The newest version!
package com.tqdev.metrics.spring.loaders;
import org.springframework.context.annotation.Bean;
import org.springframework.stereotype.Component;
import com.tqdev.metrics.core.MetricRegistry;
@Component
public class MetricRegistryBean {
@Bean
MetricRegistry metricRegistry() {
return MetricRegistry.getInstance();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy