クラス WavefrontProperties
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties
@ConfigurationProperties(prefix="management.wavefront")
public class WavefrontProperties
extends ObjectSE
Wavefront を構成するための構成プロパティ。
- 導入:
- 3.0.0
- 作成者:
- Moritz Halbritter, Glenn Oppegard
ネストされたクラスの要約
ネストされたクラス修飾子と型クラス説明static classstatic classstatic classstatic enumWavefront トークン型。コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明API トークンを返すか、API トークンが必須の場合は例外をスローします。Wavefront インスタンスの有効な URI を返します。getUri()com.wavefront.sdk.common.clients.service.token.TokenService.TypeWavefront token typeを返します。voidsetApiToken(StringSE apiToken) voidsetApiTokenType(WavefrontProperties.TokenType apiTokenType) voidvoidsetTraceDerivedCustomTagKeys(SetSE<StringSE> traceDerivedCustomTagKeys) void
コンストラクターの詳細
WavefrontProperties
public WavefrontProperties()
メソッドの詳細
getApplication
getSender
getMetrics
getUri
setUri
getSource
setSource
getApiToken
setApiToken
getEffectiveUri
Wavefront インスタンスの有効な URI を返します。これは、プロキシが使用されている場合にsetUri(URI)を介して提供される同じ URI ではありません。- 戻り値:
- Wavefront インスタンスの実効 URI
getApiTokenOrThrow
API トークンを返すか、API トークンが必須の場合は例外をスローします。プロキシを使用する場合、API トークンはオプションです。- 戻り値:
- API トークン
getSourceOrDefault
getTraceDerivedCustomTagKeys
setTraceDerivedCustomTagKeys
getApiTokenType
setApiTokenType
getWavefrontApiTokenType
public com.wavefront.sdk.common.clients.service.token.TokenService.Type getWavefrontApiTokenType()Wavefront token typeを返します。- 戻り値:
- Wavefront トークン型
- 導入:
- 3.2.0