Uses of Class
io.opentelemetry.sdk.metrics.internal.descriptor.Advice
Packages that use Advice
Package
Description
View related internal classes.
-
Uses of Advice in io.opentelemetry.sdk.metrics.internal.descriptor
Subclasses of Advice in io.opentelemetry.sdk.metrics.internal.descriptorFields in io.opentelemetry.sdk.metrics.internal.descriptor declared as AdviceModifier and TypeFieldDescriptionprivate final AdviceAutoValue_InstrumentDescriptor.adviceprivate static final AdviceAdvice.EMPTY_ADVICEMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return AdviceModifier and TypeMethodDescriptionabstract AdviceAdvice.AdviceBuilder.build()AutoValue_Advice.Builder.build()static AdviceAdvice.empty()AutoValue_InstrumentDescriptor.getAdvice()abstract AdviceInstrumentDescriptor.getAdvice()Not part of instrument identity.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type AdviceModifier and TypeMethodDescriptionstatic InstrumentDescriptorInstrumentDescriptor.create(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice) Constructors in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type AdviceModifierConstructorDescription(package private)AutoValue_InstrumentDescriptor(String name, String description, String unit, InstrumentType type, InstrumentValueType valueType, Advice advice) -
Uses of Advice in io.opentelemetry.sdk.metrics.internal.view
Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type AdviceModifier and TypeMethodDescriptionprivate static RegisteredViewViewRegistry.applyAdviceToDefaultView(RegisteredView instrumentDefaultView, Advice advice)