public interface SimpleConfig extends StepRegistryConfig
| Modifier and Type | Field and Description |
|---|---|
static SimpleConfig |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
default CountingMode |
mode() |
default java.lang.String |
prefix() |
default java.time.Duration |
step()
Returns the step size (reporting frequency) to use.
|
batchSize, connectTimeout, enabled, numThreads, readTimeoutgetstatic final SimpleConfig DEFAULT
default java.lang.String prefix()
prefix in interface MeterRegistryConfigdefault java.time.Duration step()
step in interface StepRegistryConfigdefault CountingMode mode()