Package io.prometheus.metrics.config
Class ExporterProperties
java.lang.Object
io.prometheus.metrics.config.ExporterProperties
Properties starting with io.prometheus.exporter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleanAllow Exemplars on all metric types in OpenMetrics format? Default isfalse, which means Exemplars will only be added for Counters and Histograms.booleanInclude the_createdtimestamps in text format? Default isfalse.static ExporterProperties.Builder
-
Method Details
-
getIncludeCreatedTimestamps
Include the_createdtimestamps 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 Histograms. -
newBuilder
-