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 class
Diagnostic information derived from stack traces.Methods in io.opentelemetry.sdk.metrics.internal.debug that return SourceInfoModifier and TypeMethodDescriptionstatic SourceInfo
SourceInfo.fromCurrentStack()
Constructs source information form the current stack.static SourceInfo
SourceInfo.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.viewSourceInfo
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return SourceInfoModifier and TypeMethodDescriptionfinal SourceInfo
InstrumentDescriptor.getSourceInfo()
Debugging information for this instrument.final SourceInfo
MetricDescriptor.getViewSourceInfo()
TheSourceInfo
from where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type SourceInfoModifier and TypeMethodDescriptionstatic MetricDescriptor
MetricDescriptor.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 SourceInfo
AutoValue_RegisteredView.viewSourceInfo
Methods in io.opentelemetry.sdk.metrics.internal.view that return SourceInfoModifier and TypeMethodDescriptionAutoValue_RegisteredView.getViewSourceInfo()
abstract SourceInfo
RegisteredView.getViewSourceInfo()
TheSourceInfo
from where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type SourceInfoModifier and TypeMethodDescriptionstatic RegisteredView
RegisteredView.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)