类 WavefrontSenderConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontSenderConfiguration
@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(com.wavefront.sdk.common.WavefrontSender.class)
@EnableConfigurationProperties(WavefrontProperties.class)
public class WavefrontSenderConfiguration
extends Object
Configuration for
WavefrontSender
. This configuration is imported from
WavefrontMetricsExportAutoConfiguration
and
WavefrontTracingAutoConfiguration
.- 从以下版本开始:
- 3.0.0
- 作者:
- Moritz Halbritter
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明com.wavefront.sdk.common.WavefrontSender
wavefrontSender
(WavefrontProperties properties)
-
构造器详细资料
-
WavefrontSenderConfiguration
public WavefrontSenderConfiguration()
-
-
方法详细资料
-
wavefrontSender
@Bean @ConditionalOnMissingBean @Conditional(org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontSenderConfiguration.WavefrontTracingOrMetricsCondition.class) public com.wavefront.sdk.common.WavefrontSender wavefrontSender(WavefrontProperties properties)
-