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 enum
Deprecated, 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.boolean
Deprecated, for removal: This API element is subject to removal in a future version.void
setAccessToken
(String accessToken) Deprecated, for removal: This API element is subject to removal in a future version.void
setBatchSize
(Integer batchSize) Deprecated, for removal: This API element is subject to removal in a future version.void
setConnectTimeout
(Duration connectTimeout) Deprecated, for removal: This API element is subject to removal in a future version.void
setEnabled
(boolean enabled) Deprecated, for removal: This API element is subject to removal in a future version.void
setPublishedHistogramType
(SignalFxProperties.HistogramType publishedHistogramType) Deprecated, for removal: This API element is subject to removal in a future version.void
setReadTimeout
(Duration readTimeout) Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, for removal: This API element is subject to removal in a future version.void
Deprecated, 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:
getStep
in classPushRegistryProperties
-
setStep
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setStep
in 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:
isEnabled
in classPushRegistryProperties
-
setEnabled
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setEnabled
in 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:
getConnectTimeout
in classPushRegistryProperties
-
setConnectTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setConnectTimeout
in 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:
getReadTimeout
in classPushRegistryProperties
-
setReadTimeout
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setReadTimeout
in 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:
getBatchSize
in classPushRegistryProperties
-
setBatchSize
Deprecated, for removal: This API element is subject to removal in a future version.- Overrides:
setBatchSize
in classPushRegistryProperties
-