Object
ExporterProperties
Properties starting with io.prometheus.exporter
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExporterProperties.Builderbuilder()booleanAllow Exemplars on all metric types in OpenMetrics format? Default isfalse, which means Exemplars will only be added for Counters and Histogram buckets.booleanInclude the_createdtimestamps in text format? Default isfalse.
-
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 Histogram buckets. -
builder
-