Package io.prometheus.metrics.config
Class ExporterProperties
Object
ExporterProperties
Properties starting with io.prometheus.exporter
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExporterProperties.Builder
builder()
boolean
Allow Exemplars on all metric types in OpenMetrics format?boolean
Include the_created
timestamps in text format?
-
Method Details
-
getIncludeCreatedTimestamps
Include the_created
timestamps in text format? Default isfalse
. -
getExemplarsOnAllMetricTypes
Allow Exemplars on all metric types in OpenMetrics format? Default isfalse
, which means Exemplars will only be added for Counters and Histogram buckets. -
builder
-