Class MetricsSupport


  • @Configuration
    @ConditionalOnClass(com.codahale.metrics.MetricRegistry.class)
    public class MetricsSupport
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MetricsSupport()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.codahale.metrics.MetricRegistry getMetricsRegistry()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetricsSupport

        public MetricsSupport()
    • Method Detail

      • getMetricsRegistry

        @Bean
        public com.codahale.metrics.MetricRegistry getMetricsRegistry()