Uses of Class
io.opentelemetry.sdk.metrics.InstrumentValueType
-
Packages that use InstrumentValueType Package Description io.opentelemetry.sdk.metrics The SDK implementation of metrics.io.opentelemetry.sdk.metrics.internal.descriptor -
-
Uses of InstrumentValueType in io.opentelemetry.sdk.metrics
Fields in io.opentelemetry.sdk.metrics declared as InstrumentValueType Modifier and Type Field Description private InstrumentValueType
InstrumentBuilder. valueType
Methods in io.opentelemetry.sdk.metrics that return InstrumentValueType Modifier and Type Method Description static InstrumentValueType
InstrumentValueType. valueOf(java.lang.String name)
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 InstrumentValueType Constructor Description InstrumentBuilder(java.lang.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 InstrumentValueType Modifier and Type Field Description private InstrumentValueType
AutoValue_InstrumentDescriptor. valueType
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return InstrumentValueType Modifier and Type Method Description InstrumentValueType
AutoValue_InstrumentDescriptor. getValueType()
abstract InstrumentValueType
InstrumentDescriptor. getValueType()
Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentValueType Modifier and Type Method Description static InstrumentDescriptor
InstrumentDescriptor. create(java.lang.String name, java.lang.String description, java.lang.String unit, InstrumentType type, InstrumentValueType valueType, Advice advice)
Constructors in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentValueType Constructor Description AutoValue_InstrumentDescriptor(java.lang.String name, java.lang.String description, java.lang.String unit, InstrumentType type, InstrumentValueType valueType, Advice advice)
-