public interface PrometheusConfig
extends io.micrometer.core.instrument.stats.hist.HistogramConfig
| Modifier and Type | Method and Description |
|---|---|
default boolean |
descriptions()
true if meter descriptions should be sent to Prometheus. |
default java.lang.String |
prefix() |
default java.lang.String prefix()
prefix in interface io.micrometer.core.instrument.MeterRegistryConfigdefault boolean descriptions()
true if meter descriptions should be sent to Prometheus.
Turn this off to minimize the amount of data sent on each scrape.