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 ExemplarCollector.MetricFamilySamples.Sample.exemplarfinal Exemplar[]Histogram.Child.Value.exemplarsFields in io.prometheus.client with type parameters of type ExemplarModifier and TypeFieldDescriptionprivate final AtomicReference<Exemplar> Counter.Child.exemplarprivate final ArrayList<AtomicReference<Exemplar>> Histogram.Child.exemplarsMethods in io.prometheus.client that return ExemplarModifier and TypeMethodDescriptionprivate ExemplarCounter.Child.getExemplar()private ExemplarCounter.Child.sampleNextExemplar(double amt, Exemplar prev) private ExemplarHistogram.Child.sampleNextExemplar(double amt, double bucketFrom, double bucketTo, Exemplar prev) Methods in io.prometheus.client with parameters of type ExemplarModifier and TypeMethodDescriptionprivate ExemplarCounter.Child.sampleNextExemplar(double amt, Exemplar prev) private ExemplarHistogram.Child.sampleNextExemplar(double amt, double bucketFrom, double bucketTo, Exemplar prev) private voidCounter.Child.updateExemplar(double amt, Exemplar userProvidedExemplar) private voidHistogram.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 ExemplarHistogramExemplarSampler.sample(double value, double bucketFrom, double bucketTo, Exemplar previous) Methods in io.prometheus.client.exemplars with parameters of type Exemplar