Uses of Class
io.prometheus.client.exemplars.Exemplar
-
Packages that use Exemplar Package Description io.prometheus.client io.prometheus.client.exemplars -
-
Uses of Exemplar in io.prometheus.client
Fields in io.prometheus.client declared as Exemplar Modifier and Type Field Description ExemplarCollector.MetricFamilySamples.Sample. exemplarExemplar[]Histogram.Child.Value. exemplarsFields in io.prometheus.client with type parameters of type Exemplar Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Exemplar>Counter.Child. exemplarprivate java.util.ArrayList<java.util.concurrent.atomic.AtomicReference<Exemplar>>Histogram.Child. exemplarsMethods in io.prometheus.client that return Exemplar Modifier and Type Method Description private 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 Exemplar Modifier and Type Method Description private 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 Constructor Description Sample(java.lang.String name, java.util.List<java.lang.String> labelNames, java.util.List<java.lang.String> labelValues, double value, Exemplar exemplar)Sample(java.lang.String name, java.util.List<java.lang.String> labelNames, java.util.List<java.lang.String> labelValues, double value, Exemplar exemplar, java.lang.Long timestampMs)Value(double sum, double[] buckets, Exemplar[] exemplars, long created) -
Uses of Exemplar in io.prometheus.client.exemplars
Methods in io.prometheus.client.exemplars that return Exemplar Modifier and Type Method Description private ExemplarDefaultExemplarSampler. doSample(double value, Exemplar previous)ExemplarCounterExemplarSampler. sample(double increment, Exemplar previous)ExemplarDefaultExemplarSampler. sample(double value, double bucketFrom, double bucketTo, Exemplar previous)ExemplarDefaultExemplarSampler. sample(double increment, Exemplar previous)ExemplarHistogramExemplarSampler. sample(double value, double bucketFrom, double bucketTo, Exemplar previous)Methods in io.prometheus.client.exemplars with parameters of type Exemplar Modifier and Type Method Description private ExemplarDefaultExemplarSampler. doSample(double value, Exemplar previous)ExemplarCounterExemplarSampler. sample(double increment, Exemplar previous)ExemplarDefaultExemplarSampler. sample(double value, double bucketFrom, double bucketTo, Exemplar previous)ExemplarDefaultExemplarSampler. sample(double increment, Exemplar previous)ExemplarHistogramExemplarSampler. sample(double value, double bucketFrom, double bucketTo, Exemplar previous)
-