@ConfigurationProperties(prefix="management.metrics.export.simple") public class SimpleProperties extends Object
ConfigurationProperties for configuring metrics export to a
SimpleMeterRegistry.| Constructor and Description |
|---|
SimpleProperties() |
| Modifier and Type | Method and Description |
|---|---|
io.micrometer.core.instrument.simple.CountingMode |
getMode() |
Duration |
getStep() |
void |
setMode(io.micrometer.core.instrument.simple.CountingMode mode) |
void |
setStep(Duration step) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.