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. exemplarsConstructors in io.prometheus.client with parameters of type Exemplar Constructor Description Sample(String name, List<String> labelNames, List<String> labelValues, double value, Exemplar exemplar)Sample(String name, List<String> labelNames, List<String> labelValues, double value, Exemplar exemplar, 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 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 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)
-