Class StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties>
java.lang.Object
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter<T>
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter<T>
org.springframework.boot.actuate.autoconfigure.metrics.export.properties.StepRegistryPropertiesConfigAdapter<T>
- Type Parameters:
T
- the properties type
- All Implemented Interfaces:
io.micrometer.core.instrument.config.MeterRegistryConfig
,io.micrometer.core.instrument.push.PushRegistryConfig
- Direct Known Subclasses:
NewRelicPropertiesConfigAdapter
,SignalFxPropertiesConfigAdapter
,StackdriverPropertiesConfigAdapter
public abstract class StepRegistryPropertiesConfigAdapter<T extends StepRegistryProperties>
extends PushRegistryPropertiesConfigAdapter<T>
Base class for
StepRegistryProperties
to StepRegistryConfig
adapters.- Since:
- 2.0.0
- Author:
- Jon Schneider, Phillip Webb, Artsiom Yudovin
-
Constructor Summary
-
Method Summary
Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
batchSize, enabled, get, step
Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
get
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig
prefix, requireValid
Methods inherited from interface io.micrometer.core.instrument.push.PushRegistryConfig
connectTimeout, numThreads, readTimeout, validate
-
Constructor Details
-
StepRegistryPropertiesConfigAdapter
-