クラス WavefrontAutoConfiguration
java.lang.ObjectSE
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 ObjectSE
Wavefront 共通インフラストラクチャの
Auto-configuration
。- 導入:
- 3.0.0
- 作成者:
- Moritz Halbritter, Glenn Oppegard, Phillip Webb
コンストラクターのサマリー
方法の概要
修飾子と型メソッド説明com.wavefront.sdk.common.application.ApplicationTags
wavefrontApplicationTags
(Environment environment, WavefrontProperties properties)
コンストラクターの詳細
WavefrontAutoConfiguration
public WavefrontAutoConfiguration()
メソッドの詳細
wavefrontApplicationTags
@Bean @ConditionalOnMissingBean public com.wavefront.sdk.common.application.ApplicationTags wavefrontApplicationTags(Environment environment, WavefrontProperties properties)