public interface PrometheusConfig
| Modifier and Type | Method and Description |
|---|---|
default boolean |
descriptions()
true if meter descriptions should be sent to Prometheus. |
java.lang.String |
get(java.lang.String k)
Get the value associated with a key.
|
default java.lang.String |
prefix() |
default java.time.Duration |
timerPercentilesMax()
A bucket filter clamping the bucket domain of timer percentiles histograms to some max value.
|
default java.time.Duration |
timerPercentilesMin()
A bucket filter clamping the bucket domain of timer percentiles histograms to some min value.
|
default java.lang.String prefix()
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.java.lang.String get(java.lang.String k)
k - Key to lookup in the config.default java.time.Duration timerPercentilesMax()
default java.time.Duration timerPercentilesMin()