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
  • Constructor Details

    • WavefrontSenderConfiguration

      public WavefrontSenderConfiguration()
  • Method Details

    • wavefrontSender

      @Bean @ConditionalOnMissingBean @Conditional(org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontSenderConfiguration.WavefrontTracingOrMetricsCondition.class) public com.wavefront.sdk.common.WavefrontSender wavefrontSender(WavefrontProperties properties)