Class 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
.- Since:
- 3.0.0
- Author:
- Moritz Halbritter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.wavefront.sdk.common.WavefrontSender
wavefrontSender
(WavefrontProperties properties)
-
Constructor Details
-
WavefrontSenderConfiguration
public WavefrontSenderConfiguration()
-
-
Method Details
-
wavefrontSender
@Bean @ConditionalOnMissingBean public com.wavefront.sdk.common.WavefrontSender wavefrontSender(WavefrontProperties properties)
-