Uses of Interface
io.opentelemetry.sdk.metrics.internal.debug.SourceInfo
Packages that use SourceInfo
Package
Description
View related internal classes.
-
Uses of SourceInfo in io.opentelemetry.sdk.metrics.internal.debug
Classes in io.opentelemetry.sdk.metrics.internal.debug that implement SourceInfoModifier and TypeClassDescription(package private) enum(package private) final classDiagnostic information derived from stack traces.Methods in io.opentelemetry.sdk.metrics.internal.debug that return SourceInfoModifier and TypeMethodDescriptionstatic SourceInfoSourceInfo.fromCurrentStack()Constructs source information form the current stack.static SourceInfoSourceInfo.noSourceInfo()Returns a source info that asks the user to register information. -
Uses of SourceInfo in io.opentelemetry.sdk.metrics.internal.descriptor
Fields in io.opentelemetry.sdk.metrics.internal.descriptor declared as SourceInfoFields in io.opentelemetry.sdk.metrics.internal.descriptor with type parameters of type SourceInfoModifier and TypeFieldDescriptionprivate final AtomicReference<SourceInfo> MetricDescriptor.viewSourceInfoMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return SourceInfoModifier and TypeMethodDescriptionfinal SourceInfoInstrumentDescriptor.getSourceInfo()Debugging information for this instrument.final SourceInfoMetricDescriptor.getViewSourceInfo()TheSourceInfofrom where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type SourceInfoModifier and TypeMethodDescriptionstatic MetricDescriptorMetricDescriptor.create(View view, SourceInfo viewSourceInfo, InstrumentDescriptor instrument) Constructs a metric descriptor for a given View + instrument. -
Uses of SourceInfo in io.opentelemetry.sdk.metrics.internal.view
Fields in io.opentelemetry.sdk.metrics.internal.view declared as SourceInfoModifier and TypeFieldDescriptionprivate final SourceInfoAutoValue_RegisteredView.viewSourceInfoMethods in io.opentelemetry.sdk.metrics.internal.view that return SourceInfoModifier and TypeMethodDescriptionAutoValue_RegisteredView.getViewSourceInfo()abstract SourceInfoRegisteredView.getViewSourceInfo()TheSourceInfofrom where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type SourceInfoModifier and TypeMethodDescriptionstatic RegisteredViewRegisteredView.create(InstrumentSelector selector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo) Constructors in io.opentelemetry.sdk.metrics.internal.view with parameters of type SourceInfoModifierConstructorDescription(package private)AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)