Uses of Class
io.prometheus.client.Collector.Type
-
Packages that use Collector.Type Package Description io.prometheus.client io.prometheus.client.exporter.common -
-
Uses of Collector.Type in io.prometheus.client
Fields in io.prometheus.client declared as Collector.Type Modifier and Type Field Description Collector.Type
Collector.MetricFamilySamples. type
Methods in io.prometheus.client that return Collector.Type Modifier and Type Method Description static Collector.Type
Collector.Type. valueOf(java.lang.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 java.util.List<Collector.MetricFamilySamples>
SimpleCollector. familySamplesList(Collector.Type type, java.util.List<Collector.MetricFamilySamples.Sample> samples)
Constructors in io.prometheus.client with parameters of type Collector.Type Constructor Description MetricFamilySamples(java.lang.String name, Collector.Type type, java.lang.String help, java.util.List<Collector.MetricFamilySamples.Sample> samples)
-
Uses of Collector.Type in io.prometheus.client.exporter.common
Methods in io.prometheus.client.exporter.common with parameters of type Collector.Type Modifier and Type Method Description private static java.lang.String
TextFormat. typeString(Collector.Type t)
-