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 Exemplar
Collector.MetricFamilySamples.Sample. exemplar
Exemplar[]
Histogram.Child.Value. exemplars
Fields in io.prometheus.client with type parameters of type Exemplar Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<Exemplar>
Counter.Child. exemplar
private java.util.ArrayList<java.util.concurrent.atomic.AtomicReference<Exemplar>>
Histogram.Child. exemplars
Methods in io.prometheus.client that return Exemplar Modifier and Type Method Description private 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 Exemplar Modifier and Type Method Description private 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 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 Exemplar
DefaultExemplarSampler. doSample(double value, Exemplar previous)
Exemplar
CounterExemplarSampler. sample(double increment, Exemplar previous)
Exemplar
DefaultExemplarSampler. sample(double value, double bucketFrom, double bucketTo, Exemplar previous)
Exemplar
DefaultExemplarSampler. sample(double increment, Exemplar previous)
Exemplar
HistogramExemplarSampler. 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 Exemplar
DefaultExemplarSampler. doSample(double value, Exemplar previous)
Exemplar
CounterExemplarSampler. sample(double increment, Exemplar previous)
Exemplar
DefaultExemplarSampler. sample(double value, double bucketFrom, double bucketTo, Exemplar previous)
Exemplar
DefaultExemplarSampler. sample(double increment, Exemplar previous)
Exemplar
HistogramExemplarSampler. sample(double value, double bucketFrom, double bucketTo, Exemplar previous)
-