Class PrometheusMetricsExportAutoConfiguration.PrometheusPushGatewayConfiguration

    • Method Detail

      • prometheusPushGatewayManager

        @Bean
        @ConditionalOnMissingBean
        public org.springframework.boot.actuate.metrics.export.prometheus.PrometheusPushGatewayManager prometheusPushGatewayManager​(io.prometheus.client.CollectorRegistry collectorRegistry,
                                                                                                                                    PrometheusProperties prometheusProperties,
                                                                                                                                    org.springframework.core.env.Environment environment)