Uses of Enum
io.opencensus.metrics.export.MetricDescriptor.Type
Packages that use MetricDescriptor.Type
-
Uses of MetricDescriptor.Type in io.opencensus.metrics.export
Subclasses with type arguments of type MetricDescriptor.Type in io.opencensus.metrics.exportMethods in io.opencensus.metrics.export that return MetricDescriptor.TypeModifier and TypeMethodDescriptionabstract MetricDescriptor.TypeMetricDescriptor.getType()Returns the type of this metric descriptor.static MetricDescriptor.TypeReturns the enum constant of this type with the specified name.static MetricDescriptor.Type[]MetricDescriptor.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.metrics.export with parameters of type MetricDescriptor.TypeModifier and TypeMethodDescriptionstatic MetricDescriptorMetricDescriptor.create(String name, String description, String unit, MetricDescriptor.Type type, List<LabelKey> labelKeys) Creates aMetricDescriptor.