Uses of Class
io.prometheus.metrics.config.ExemplarsProperties
-
Uses of ExemplarsProperties in io.prometheus.metrics.config
Modifier and TypeMethodDescriptionExemplarsProperties.Builder.build()
PrometheusProperties.getExemplarProperties()
ModifierConstructorDescriptionPrometheusProperties
(MetricsProperties defaultMetricsProperties, Map<String, MetricsProperties> metricProperties, ExemplarsProperties exemplarProperties, ExporterProperties exporterProperties, ExporterFilterProperties exporterFilterProperties, ExporterHttpServerProperties httpServerConfig, ExporterPushgatewayProperties pushgatewayProperties, ExporterOpenTelemetryProperties otelConfig) -
Uses of ExemplarsProperties in io.prometheus.metrics.core.exemplars
ModifierConstructorDescriptionExemplarSamplerConfig
(ExemplarsProperties properties, double[] histogramClassicUpperBounds) Constructor for classic histogram metrics.ExemplarSamplerConfig
(ExemplarsProperties properties, int numberOfExemplars) Constructor for all metric types except classic histograms.