Uses of Class
io.prometheus.client.Collector.MetricFamilySamples.Sample
-
-
Uses of Collector.MetricFamilySamples.Sample in io.prometheus.client
Fields in io.prometheus.client with type parameters of type Collector.MetricFamilySamples.Sample Modifier and Type Field Description List<Collector.MetricFamilySamples.Sample>Collector.MetricFamilySamples. samplesMethod parameters in io.prometheus.client with type arguments of type Collector.MetricFamilySamples.Sample Modifier and Type Method Description protected List<Collector.MetricFamilySamples>SimpleCollector. familySamplesList(Collector.Type type, List<Collector.MetricFamilySamples.Sample> samples)Constructor parameters in io.prometheus.client with type arguments of type Collector.MetricFamilySamples.Sample Constructor Description MetricFamilySamples(String name, Collector.Type type, String help, List<Collector.MetricFamilySamples.Sample> samples)
-