Uses of Class
io.prometheus.metrics.core.exemplars.ExemplarSamplerConfig
Packages that use ExemplarSamplerConfig
-
Uses of ExemplarSamplerConfig in io.prometheus.metrics.core.exemplars
Constructors in io.prometheus.metrics.core.exemplars with parameters of type ExemplarSamplerConfigModifierConstructorDescriptionExemplarSampler(ExemplarSamplerConfig config) ExemplarSampler(ExemplarSamplerConfig config, io.prometheus.metrics.tracer.common.SpanContext spanContext) Constructor with an additional {code spanContext} argument.ExemplarSampler(ExemplarSamplerConfig config, io.prometheus.metrics.tracer.common.SpanContext spanContext, Supplier<io.prometheus.metrics.model.snapshots.Labels> additionalLabelsSupplier) Constructor that additionally accepts a supplier of labels to be merged into every automatically-sampled exemplar.