クラス NewRelicProperties
java.lang.ObjectSE
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryProperties
org.springframework.boot.actuate.autoconfigure.metrics.export.newrelic.NewRelicProperties
@ConfigurationProperties("management.newrelic.metrics.export")
public class NewRelicProperties
extends StepRegistryProperties
New Relic メトリクスのエクスポートを構成するための
@ConfigurationProperties。- 導入:
- 2.0.0
- 作成者:
- Jon Schneider, Andy Wilkinson, Stephane Nicoll, Neil Powell
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明io.micrometer.newrelic.ClientProviderTypegetUri()booleanvoidsetAccountId(StringSE accountId) voidvoidsetClientProviderType(io.micrometer.newrelic.ClientProviderType clientProviderType) voidsetEventType(StringSE eventType) voidsetMeterNameEventTypeEnabled(boolean meterNameEventTypeEnabled) voidクラス org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties から継承されたメソッド
getBatchSize, getConnectTimeout, getReadTimeout, getStep, isEnabled, setBatchSize, setConnectTimeout, setEnabled, setReadTimeout, setStep
コンストラクターの詳細
NewRelicProperties
public NewRelicProperties()
メソッドの詳細
isMeterNameEventTypeEnabled
public boolean isMeterNameEventTypeEnabled()setMeterNameEventTypeEnabled
public void setMeterNameEventTypeEnabled(boolean meterNameEventTypeEnabled) getEventType
setEventType
getClientProviderType
public io.micrometer.newrelic.ClientProviderType getClientProviderType()setClientProviderType
public void setClientProviderType(io.micrometer.newrelic.ClientProviderType clientProviderType) getApiKey
setApiKey
getAccountId
setAccountId
getUri
setUri