Class WavefrontAutoConfiguration
java.lang.Object
org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontAutoConfiguration
@AutoConfiguration
@ConditionalOnClass({com.wavefront.sdk.common.application.ApplicationTags.class,com.wavefront.sdk.common.WavefrontSender.class})
@EnableConfigurationProperties(WavefrontProperties.class)
public class WavefrontAutoConfiguration
extends Object
Auto-configuration
for Wavefront common infrastructure.- Since:
- 3.0.0
- Author:
- Moritz Halbritter, Glenn Oppegard, Phillip Webb
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.wavefront.sdk.common.application.ApplicationTags
wavefrontApplicationTags
(Environment environment, WavefrontProperties properties)
-
Constructor Details
-
WavefrontAutoConfiguration
public WavefrontAutoConfiguration()
-
-
Method Details
-
wavefrontApplicationTags
@Bean @ConditionalOnMissingBean public com.wavefront.sdk.common.application.ApplicationTags wavefrontApplicationTags(Environment environment, WavefrontProperties properties)
-