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
Methods in io.opentelemetry.sdk.metrics that return InstrumentValueTypeModifier and TypeMethodDescriptionstatic InstrumentValueTypeReturns 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. -
Uses of InstrumentValueType in io.opentelemetry.sdk.metrics.internal.descriptor
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return InstrumentValueTypeModifier and TypeMethodDescriptionabstract InstrumentValueTypeInstrumentDescriptor.getValueType()Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentValueTypeModifier and TypeMethodDescriptionstatic InstrumentDescriptorInstrumentDescriptor.create(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice)