Uses of Class
io.prometheus.client.exemplars.Exemplar
Packages that use Exemplar
-
Uses of Exemplar in io.prometheus.client
Fields in io.prometheus.client declared as ExemplarModifier and TypeFieldDescriptionfinal Exemplar
Collector.MetricFamilySamples.Sample.exemplar
final Exemplar[]
Histogram.Child.Value.exemplars
Fields in io.prometheus.client with type parameters of type ExemplarModifier and TypeFieldDescriptionprivate final AtomicReference
<Exemplar> Counter.Child.exemplar
private final ArrayList
<AtomicReference<Exemplar>> Histogram.Child.exemplars
Methods in io.prometheus.client that return ExemplarModifier and TypeMethodDescriptionprivate Exemplar
Counter.Child.getExemplar()
private Exemplar
Counter.Child.sampleNextExemplar
(double amt, Exemplar prev) private Exemplar
Histogram.Child.sampleNextExemplar
(double amt, double bucketFrom, double bucketTo, Exemplar prev) Methods in io.prometheus.client with parameters of type ExemplarModifier and TypeMethodDescriptionprivate Exemplar
Counter.Child.sampleNextExemplar
(double amt, Exemplar prev) private Exemplar
Histogram.Child.sampleNextExemplar
(double amt, double bucketFrom, double bucketTo, Exemplar prev) private void
Counter.Child.updateExemplar
(double amt, Exemplar userProvidedExemplar) private void
Histogram.Child.updateExemplar
(double amt, int i, Exemplar userProvidedExemplar) Constructors in io.prometheus.client with parameters of type Exemplar -
Uses of Exemplar in io.prometheus.client.exemplars
Methods in io.prometheus.client.exemplars that return ExemplarModifier and TypeMethodDescriptionprivate Exemplar
HistogramExemplarSampler.sample
(double value, double bucketFrom, double bucketTo, Exemplar previous) Methods in io.prometheus.client.exemplars with parameters of type Exemplar