Uses of Enum
io.opentelemetry.sdk.metrics.InstrumentValueType
Packages that use InstrumentValueType
Package
Description
The SDK implementation of metrics.
-
Uses of InstrumentValueType in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics declared as InstrumentValueTypeMethods in io.opentelemetry.sdk.metrics that return InstrumentValueTypeModifier and TypeMethodDescriptionstatic InstrumentValueType
Returns the enum constant of this type with the specified name.static InstrumentValueType[]
InstrumentValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.opentelemetry.sdk.metrics with parameters of type InstrumentValueTypeModifierConstructorDescription(package private)
InstrumentBuilder
(String name, InstrumentType type, InstrumentValueType valueType, SdkMeter sdkMeter) -
Uses of InstrumentValueType in io.opentelemetry.sdk.metrics.internal.descriptor
Fields in io.opentelemetry.sdk.metrics.internal.descriptor declared as InstrumentValueTypeModifier and TypeFieldDescriptionprivate final InstrumentValueType
AutoValue_InstrumentDescriptor.valueType
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return InstrumentValueTypeModifier and TypeMethodDescriptionAutoValue_InstrumentDescriptor.getValueType()
abstract InstrumentValueType
InstrumentDescriptor.getValueType()
Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentValueTypeModifier and TypeMethodDescriptionstatic InstrumentDescriptor
InstrumentDescriptor.create
(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice) Constructors in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentValueTypeModifierConstructorDescription(package private)
AutoValue_InstrumentDescriptor
(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice)