Uses of Enum
io.opencensus.metrics.export.MetricDescriptor.Type
Packages that use MetricDescriptor.Type
Package
Description
-
Uses of MetricDescriptor.Type in io.opencensus.exporter.stats.prometheus
Methods in io.opencensus.exporter.stats.prometheus with parameters of type MetricDescriptor.TypeModifier and TypeMethodDescription(package private) static io.prometheus.client.Collector.TypePrometheusExportUtils.getType(MetricDescriptor.Type type) -
Uses of MetricDescriptor.Type in io.opencensus.implcore.stats
Fields in io.opencensus.implcore.stats with type parameters of type MetricDescriptor.TypeModifier and TypeFieldDescriptionprivate static final Function<Aggregation, MetricDescriptor.Type> MetricUtils.AGGREGATION_TYPE_DEFAULT_FUNCTIONprivate static final Function<Object, MetricDescriptor.Type> MetricUtils.TYPE_CUMULATIVE_DISTRIBUTION_FUNCTIONprivate static final Function<Object, MetricDescriptor.Type> MetricUtils.TYPE_CUMULATIVE_DOUBLE_FUNCTIONprivate static final Function<Object, MetricDescriptor.Type> MetricUtils.TYPE_CUMULATIVE_INT64_FUNCTIONprivate static final Function<Object, MetricDescriptor.Type> MetricUtils.TYPE_GAUGE_DOUBLE_FUNCTIONprivate static final Function<Object, MetricDescriptor.Type> MetricUtils.TYPE_GAUGE_INT64_FUNCTIONprivate static final Function<Object, MetricDescriptor.Type> MetricUtils.TYPE_UNRECOGNIZED_FUNCTIONMethods in io.opencensus.implcore.stats that return MetricDescriptor.TypeModifier and TypeMethodDescription(package private) static MetricDescriptor.TypeMetricUtils.getType(Measure measure, Aggregation aggregation) -
Uses of MetricDescriptor.Type in io.opencensus.metrics.export
Subclasses with type arguments of type MetricDescriptor.Type in io.opencensus.metrics.exportFields in io.opencensus.metrics.export declared as MetricDescriptor.TypeModifier and TypeFieldDescriptionprivate final MetricDescriptor.TypeAutoValue_MetricDescriptor.typeMethods in io.opencensus.metrics.export that return MetricDescriptor.TypeModifier and TypeMethodDescriptionAutoValue_MetricDescriptor.getType()abstract 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 TypeMethodDescriptionprivate static voidMetric.checkTypeMatch(MetricDescriptor.Type type, List<TimeSeries> timeSeriesList) static MetricDescriptorMetricDescriptor.create(String name, String description, String unit, MetricDescriptor.Type type, List<LabelKey> labelKeys) Creates aMetricDescriptor.Constructors in io.opencensus.metrics.export with parameters of type MetricDescriptor.TypeModifierConstructorDescription(package private)AutoValue_MetricDescriptor(String name, String description, String unit, MetricDescriptor.Type type, List<LabelKey> labelKeys)