All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.tqdev.metrics.spring.loaders.MetricRegistryBean Maven / Gradle / Ivy

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