Uses of Enum Class
io.prometheus.client.Collector.Type
Packages that use Collector.Type
-
Uses of Collector.Type in io.prometheus.client
Fields in io.prometheus.client declared as Collector.TypeMethods in io.prometheus.client that return Collector.TypeModifier and TypeMethodDescriptionstatic Collector.Type
Returns the enum constant of this class with the specified name.static Collector.Type[]
Collector.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.prometheus.client with parameters of type Collector.TypeModifier and TypeMethodDescriptionprotected List
<Collector.MetricFamilySamples> SimpleCollector.familySamplesList
(Collector.Type type, List<Collector.MetricFamilySamples.Sample> samples) Constructors in io.prometheus.client with parameters of type Collector.TypeModifierConstructorDescriptionMetricFamilySamples
(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) -
Uses of Collector.Type in io.prometheus.client.exporter.common
Methods in io.prometheus.client.exporter.common with parameters of type Collector.TypeModifier and TypeMethodDescriptionprivate static String
TextFormat.omTypeString
(Collector.Type t) private static String
TextFormat.typeString
(Collector.Type t)