Uses of Class
io.prometheus.client.Collector.Type
-
Packages that use Collector.Type Package Description io.prometheus.client -
-
Uses of Collector.Type in io.prometheus.client
Fields in io.prometheus.client declared as Collector.Type Modifier and Type Field Description Collector.TypeCollector.MetricFamilySamples. typeMethods in io.prometheus.client that return Collector.Type Modifier and Type Method Description static Collector.TypeCollector.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Collector.Type[]Collector.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.prometheus.client with parameters of type Collector.Type Modifier and Type Method Description protected List<Collector.MetricFamilySamples>SimpleCollector. familySamplesList(Collector.Type type, List<Collector.MetricFamilySamples.Sample> samples)Constructors in io.prometheus.client with parameters of type Collector.Type Constructor Description MetricFamilySamples(String name, Collector.Type type, String help, List<Collector.MetricFamilySamples.Sample> samples)MetricFamilySamples(String name, String unit, Collector.Type type, String help, List<Collector.MetricFamilySamples.Sample> samples)
-