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 Advice
AutoValue_InstrumentDescriptor.advice
private static final Advice
Advice.EMPTY_ADVICE
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return AdviceModifier and TypeMethodDescriptionabstract Advice
Advice.AdviceBuilder.build()
AutoValue_Advice.Builder.build()
static Advice
Advice.empty()
AutoValue_InstrumentDescriptor.getAdvice()
abstract Advice
InstrumentDescriptor.getAdvice()
Not part of instrument identity.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type AdviceModifier and TypeMethodDescriptionstatic InstrumentDescriptor
InstrumentDescriptor.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 RegisteredView
ViewRegistry.applyAdviceToDefaultView
(RegisteredView instrumentDefaultView, Advice advice)