Class SignalFxProperties
java.lang.Object
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.signalfx.SignalFxProperties
@ConfigurationProperties("management.signalfx.metrics.export")
@Deprecated(since="3.5.0",
forRemoval=true)
public class SignalFxProperties
extends StepRegistryProperties
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.5.0 for removal in 4.0.0
@ConfigurationProperties for configuring metrics export
to SignalFX.- Since:
- 2.0.0
- Author:
- Jon Schneider, Andy Wilkinson, Stephane Nicoll
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.getStep()Deprecated, for removal: This API element is subject to removal in a future version.getUri()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetAccessToken(String accessToken) Deprecated, for removal: This API element is subject to removal in a future version.voidsetBatchSize(Integer batchSize) Deprecated, for removal: This API element is subject to removal in a future version.voidsetConnectTimeout(Duration connectTimeout) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEnabled(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPublishedHistogramType(SignalFxProperties.HistogramType publishedHistogramType) Deprecated, for removal: This API element is subject to removal in a future version.voidsetReadTimeout(Duration readTimeout) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
SignalFxProperties
public SignalFxProperties()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getStep
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public Duration getStep()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getStepin classPushRegistryProperties
-
setStep
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setStepin classPushRegistryProperties
-
getAccessToken
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public String getAccessToken()Deprecated, for removal: This API element is subject to removal in a future version. -
setAccessToken
Deprecated, for removal: This API element is subject to removal in a future version. -
getUri
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public String getUri()Deprecated, for removal: This API element is subject to removal in a future version. -
setUri
Deprecated, for removal: This API element is subject to removal in a future version. -
getSource
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public String getSource()Deprecated, for removal: This API element is subject to removal in a future version. -
setSource
Deprecated, for removal: This API element is subject to removal in a future version. -
getPublishedHistogramType
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public SignalFxProperties.HistogramType getPublishedHistogramType()Deprecated, for removal: This API element is subject to removal in a future version. -
setPublishedHistogramType
@Deprecated(since="3.5.0", forRemoval=true) public void setPublishedHistogramType(SignalFxProperties.HistogramType publishedHistogramType) Deprecated, for removal: This API element is subject to removal in a future version. -
isEnabled
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public boolean isEnabled()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
isEnabledin classPushRegistryProperties
-
setEnabled
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setEnabledin classPushRegistryProperties
-
getConnectTimeout
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public Duration getConnectTimeout()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getConnectTimeoutin classPushRegistryProperties
-
setConnectTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setConnectTimeoutin classPushRegistryProperties
-
getReadTimeout
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public Duration getReadTimeout()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getReadTimeoutin classPushRegistryProperties
-
setReadTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setReadTimeoutin classPushRegistryProperties
-
getBatchSize
@DeprecatedConfigurationProperty(since="3.5.0", reason="Deprecated in Micrometer 1.15.0") @Deprecated(since="3.5.0", forRemoval=true) public Integer getBatchSize()Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
getBatchSizein classPushRegistryProperties
-
setBatchSize
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setBatchSizein classPushRegistryProperties
-