Class PrometheusRSocketAutoConfiguration


  • @Configuration
    @AutoConfigureAfter(org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.class)
    @ConditionalOnClass(io.micrometer.prometheus.PrometheusMeterRegistry.class)
    @ConditionalOnProperty(prefix="management.metrics.export.prometheus.rsocket",
                           name="enabled",
                           havingValue="true",
                           matchIfMissing=true)
    @EnableConfigurationProperties(PrometheusRSocketProperties.class)
    public class PrometheusRSocketAutoConfiguration
    extends java.lang.Object
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PrometheusRSocketAutoConfiguration

        public PrometheusRSocketAutoConfiguration()