Uses of Enum
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 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.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) -
Uses of Collector.Type in io.prometheus.client.exporter.common
Methods in io.prometheus.client.exporter.common with parameters of type Collector.Type