Uses of Enum
io.prometheus.metrics.model.registry.MetricType
Packages that use MetricType
-
Uses of MetricType in io.prometheus.metrics.core.metrics
Methods in io.prometheus.metrics.core.metrics that return MetricTypeModifier and TypeMethodDescriptionCounter.getMetricType()CounterWithCallback.getMetricType()Gauge.getMetricType()GaugeWithCallback.getMetricType()Histogram.getMetricType()Info.getMetricType()StateSet.getMetricType()Summary.getMetricType()SummaryWithCallback.getMetricType() -
Uses of MetricType in io.prometheus.metrics.model.registry
Subclasses with type arguments of type MetricType in io.prometheus.metrics.model.registryMethods in io.prometheus.metrics.model.registry that return MetricTypeModifier and TypeMethodDescriptiondefault MetricTypeCollector.getMetricType()Returns the metric type for registration-time validation.default MetricTypeMultiCollector.getMetricType(String prometheusName) Returns the metric type for the given Prometheus name.static MetricTypeReturns the enum constant of this type with the specified name.static MetricType[]MetricType.values()Returns an array containing the constants of this enum type, in the order they are declared.