Class ExporterProperties

Object
ExporterProperties

public class ExporterProperties extends Object
Properties starting with io.prometheus.exporter
  • Method Details

    • getIncludeCreatedTimestamps

      public boolean getIncludeCreatedTimestamps()
      Include the _created timestamps in text format? Default is false.
    • getPrometheusTimestampsInMs

      public boolean getPrometheusTimestampsInMs()
      Use milliseconds for timestamps in prometheus text format? Default is false.
    • getExemplarsOnAllMetricTypes

      public boolean getExemplarsOnAllMetricTypes()
      Allow Exemplars on all metric types in OpenMetrics format? Default is false, which means Exemplars will only be added for Counters and Histogram buckets.
    • builder