Class PrometheusRSocketClientAutoConfiguration
- java.lang.Object
-
- io.micrometer.prometheus.rsocket.autoconfigure.PrometheusRSocketClientAutoConfiguration
-
@Configuration @AutoConfigureAfter(org.springframework.boot.actuate.autoconfigure.metrics.export.prometheus.PrometheusMetricsExportAutoConfiguration.class) @ConditionalOnBean(io.micrometer.prometheus.PrometheusMeterRegistry.class) @ConditionalOnProperty(prefix="management.metrics.export.prometheus.rsocket", name="enabled", havingValue="true", matchIfMissing=true) @EnableConfigurationProperties(PrometheusRSocketClientProperties.class) public class PrometheusRSocketClientAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PrometheusRSocketClientAutoConfiguration()
-