Uses of Enum
io.prometheus.client.Metrics.MetricType
Packages that use Metrics.MetricType
-
Uses of Metrics.MetricType in io.prometheus.client
Methods in io.prometheus.client that return Metrics.MetricTypeModifier and TypeMethodDescriptionstatic Metrics.MetricTypeMetrics.MetricType.forNumber(int value) Metrics.MetricFamily.Builder.getType()optional .io.prometheus.client.MetricType type = 3;Metrics.MetricFamily.getType()optional .io.prometheus.client.MetricType type = 3;Metrics.MetricFamilyOrBuilder.getType()optional .io.prometheus.client.MetricType type = 3;static Metrics.MetricTypeMetrics.MetricType.valueOf(int value) Deprecated.static Metrics.MetricTypeMetrics.MetricType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static Metrics.MetricTypeReturns the enum constant of this type with the specified name.static Metrics.MetricType[]Metrics.MetricType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.prometheus.client that return types with arguments of type Metrics.MetricTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Metrics.MetricType>Metrics.MetricType.internalGetValueMap()Methods in io.prometheus.client with parameters of type Metrics.MetricTypeModifier and TypeMethodDescriptionMetrics.MetricFamily.Builder.setType(Metrics.MetricType value) optional .io.prometheus.client.MetricType type = 3;