Class WavefrontProperties.Metrics.Export
java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
org.springframework.boot.actuate.autoconfigure.wavefront.WavefrontProperties.Metrics.Export
- Enclosing class:
- WavefrontProperties.Metrics
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setBatchSize
(Integer batchSize) void
setGlobalPrefix
(String globalPrefix) Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryProperties
getConnectTimeout, getReadTimeout, getStep, isEnabled, setConnectTimeout, setEnabled, setReadTimeout, setStep
-
Constructor Details
-
Export
public Export()
-
-
Method Details
-
getGlobalPrefix
-
setGlobalPrefix
-
getBatchSize
- Overrides:
getBatchSize
in classPushRegistryProperties
-
setBatchSize
- Overrides:
setBatchSize
in classPushRegistryProperties
-