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 Advice
private final String
private final String
private final InstrumentType
private final String
private 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:
getName
in classInstrumentDescriptor
-
getDescription
- Specified by:
getDescription
in classInstrumentDescriptor
-
getUnit
- Specified by:
getUnit
in classInstrumentDescriptor
-
getType
- Specified by:
getType
in classInstrumentDescriptor
-
getValueType
- Specified by:
getValueType
in classInstrumentDescriptor
-
getAdvice
Description copied from class:InstrumentDescriptor
Not part of instrument identity. Ignored fromInstrumentDescriptor.hashCode()
andInstrumentDescriptor.equals(Object)
.- Specified by:
getAdvice
in classInstrumentDescriptor
-
toString
-