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 InstrumentValueTypeInstrumentBuilder. valueTypeMethods in io.opentelemetry.sdk.metrics that return InstrumentValueType Modifier and Type Method Description static InstrumentValueTypeInstrumentValueType. 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 InstrumentValueTypeAutoValue_InstrumentDescriptor. valueTypeMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return InstrumentValueType Modifier and Type Method Description InstrumentValueTypeAutoValue_InstrumentDescriptor. getValueType()abstract InstrumentValueTypeInstrumentDescriptor. getValueType()Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type InstrumentValueType Modifier and Type Method Description static InstrumentDescriptorInstrumentDescriptor. 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)
-