クラス WavefrontMetricsExportAutoConfiguration
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.metrics.export.wavefront.WavefrontMetricsExportAutoConfiguration
@AutoConfiguration(before={CompositeMeterRegistryAutoConfiguration.class,SimpleMetricsExportAutoConfiguration.class},
after={MetricsAutoConfiguration.class,WavefrontAutoConfiguration.class})
@ConditionalOnBean(io.micrometer.core.instrument.Clock.class)
@ConditionalOnClass({io.micrometer.wavefront.WavefrontMeterRegistry.class,com.wavefront.sdk.common.WavefrontSender.class})
@ConditionalOnEnabledMetricsExport("wavefront")
@EnableConfigurationProperties(WavefrontProperties.class)
@Import(WavefrontSenderConfiguration.class)
public class WavefrontMetricsExportAutoConfiguration
extends ObjectSE
Wavefront にメトリクスをエクスポートするための
Auto-configuration
。- 導入:
- 2.0.0
- 作成者:
- Jon Schneider, Artsiom Yudovin, Stephane Nicoll, Glenn Oppegard
コンストラクターのサマリー
コンストラクター方法の概要
修飾子と型メソッド説明io.micrometer.wavefront.WavefrontConfig
wavefrontConfig
(WavefrontProperties properties) io.micrometer.wavefront.WavefrontMeterRegistry
wavefrontMeterRegistry
(io.micrometer.wavefront.WavefrontConfig wavefrontConfig, io.micrometer.core.instrument.Clock clock, com.wavefront.sdk.common.WavefrontSender wavefrontSender)
コンストラクターの詳細
WavefrontMetricsExportAutoConfiguration
public WavefrontMetricsExportAutoConfiguration()
メソッドの詳細
wavefrontConfig
@Bean @ConditionalOnMissingBean public io.micrometer.wavefront.WavefrontConfig wavefrontConfig(WavefrontProperties properties) wavefrontMeterRegistry
@Bean @ConditionalOnMissingBean @ConditionalOnBean(com.wavefront.sdk.common.WavefrontSender.class) public io.micrometer.wavefront.WavefrontMeterRegistry wavefrontMeterRegistry(io.micrometer.wavefront.WavefrontConfig wavefrontConfig, io.micrometer.core.instrument.Clock clock, com.wavefront.sdk.common.WavefrontSender wavefrontSender)