Class AutoValue_InstrumentDescriptor
java.lang.Object
io.opentelemetry.sdk.metrics.internal.descriptor.InstrumentDescriptor
io.opentelemetry.sdk.metrics.internal.descriptor.AutoValue_InstrumentDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Adviceprivate final Stringprivate final Stringprivate final InstrumentTypeprivate final Stringprivate final InstrumentValueType -
Constructor Summary
ConstructorsConstructorDescriptionAutoValue_InstrumentDescriptor(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice) -
Method Summary
Methods inherited from class io.opentelemetry.sdk.metrics.internal.descriptor.InstrumentDescriptor
create, equals, getSourceInfo, hashCode
-
Field Details
-
name
-
description
-
unit
-
type
-
valueType
-
advice
-
-
Constructor Details
-
AutoValue_InstrumentDescriptor
AutoValue_InstrumentDescriptor(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice)
-
-
Method Details
-
getName
- Specified by:
getNamein classInstrumentDescriptor
-
getDescription
- Specified by:
getDescriptionin classInstrumentDescriptor
-
getUnit
- Specified by:
getUnitin classInstrumentDescriptor
-
getType
- Specified by:
getTypein classInstrumentDescriptor
-
getValueType
- Specified by:
getValueTypein classInstrumentDescriptor
-
getAdvice
Description copied from class:InstrumentDescriptorNot part of instrument identity. Ignored fromInstrumentDescriptor.hashCode()andInstrumentDescriptor.equals(Object).- Specified by:
getAdvicein classInstrumentDescriptor
-
toString
-