Uses of Class
io.prometheus.metrics.config.MetricsProperties.Builder
-
Uses of MetricsProperties.Builder in io.prometheus.metrics.config
Methods in io.prometheus.metrics.config that return MetricsProperties.BuilderModifier and TypeMethodDescriptionstatic MetricsProperties.BuilderMetricsProperties.newBuilder()MetricsProperties.Builder.withExemplarsEnabled(Boolean exemplarsEnabled) MetricsProperties.Builder.withHistogramClassicOnly(Boolean histogramClassicOnly) MetricsProperties.Builder.withHistogramClassicUpperBounds(double... histogramClassicUpperBounds) MetricsProperties.Builder.withHistogramNativeInitialSchema(Integer histogramNativeInitialSchema) MetricsProperties.Builder.withHistogramNativeMaxNumberOfBuckets(Integer histogramNativeMaxNumberOfBuckets) MetricsProperties.Builder.withHistogramNativeMaxZeroThreshold(Double histogramNativeMaxZeroThreshold) MetricsProperties.Builder.withHistogramNativeMinZeroThreshold(Double histogramNativeMinZeroThreshold) MetricsProperties.Builder.withHistogramNativeOnly(Boolean histogramNativeOnly) MetricsProperties.Builder.withHistogramNativeResetDurationSeconds(Long histogramNativeResetDurationSeconds) MetricsProperties.Builder.withSummaryMaxAgeSeconds(Long summaryMaxAgeSeconds) MetricsProperties.Builder.withSummaryNumberOfAgeBuckets(Integer summaryNumberOfAgeBuckets) MetricsProperties.Builder.withSummaryQuantileErrors(double... summaryQuantileErrors) MetricsProperties.Builder.withSummaryQuantiles(double... summaryQuantiles)