Class WavefrontAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontAutoConfiguration
@AutoConfiguration
@ConditionalOnClass(com.wavefront.sdk.common.WavefrontSender.class)
@EnableConfigurationProperties(WavefrontProperties.class)
public class WavefrontAutoConfiguration
extends Object
Auto-configuration
for Wavefront common infrastructure.
Metrics are auto-configured in WavefrontMetricsExportAutoConfiguration
, and
tracing is auto-configured in WavefrontTracingAutoConfiguration
.- Since:
- 3.0.0
- Author:
- Moritz Halbritter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.wavefront.sdk.common.WavefrontSender
wavefrontSender
(WavefrontProperties properties)
-
Constructor Details
-
WavefrontAutoConfiguration
public WavefrontAutoConfiguration()
-
-
Method Details
-
wavefrontSender
@Bean @ConditionalOnMissingBean public com.wavefront.sdk.common.WavefrontSender wavefrontSender(WavefrontProperties properties)
-