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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PushRegistryPropertiesConfigAdapter
batchSize, enabled, get, stepMethods inherited from class org.springframework.boot.actuate.autoconfigure.metrics.export.properties.PropertiesConfigAdapter
getMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.micrometer.core.instrument.config.MeterRegistryConfig
prefix, requireValidMethods inherited from interface io.micrometer.core.instrument.push.PushRegistryConfig
connectTimeout, numThreads, readTimeout, validate
-
Constructor Details
-
StepRegistryPropertiesConfigAdapter
-