public interface PrometheusConfig extends MeterRegistryConfig
PrometheusMeterRegistry
.Modifier and Type | Field and Description |
---|---|
static PrometheusConfig |
DEFAULT
Accept configuration defaults
|
Modifier and Type | Method and Description |
---|---|
default boolean |
descriptions() |
default String |
prefix() |
default Duration |
step() |
get
static final PrometheusConfig DEFAULT
default String prefix()
prefix
in interface MeterRegistryConfig
default boolean descriptions()
true
if meter descriptions should be sent to Prometheus.
Turn this off to minimize the amount of data sent on each scrape.default Duration step()
Copyright © 2018. All rights reserved.