Uses of Interface
io.opentelemetry.sdk.metrics.internal.debug.SourceInfo
-
Packages that use SourceInfo Package Description io.opentelemetry.sdk.metrics.internal.debug io.opentelemetry.sdk.metrics.internal.descriptor io.opentelemetry.sdk.metrics.internal.view View related internal classes. -
-
Uses of SourceInfo in io.opentelemetry.sdk.metrics.internal.debug
Classes in io.opentelemetry.sdk.metrics.internal.debug that implement SourceInfo Modifier and Type Class Description (package private) class
NoSourceInfo
(package private) class
StackTraceSourceInfo
Diagnostic information derived from stack traces.Methods in io.opentelemetry.sdk.metrics.internal.debug that return SourceInfo Modifier and Type Method Description static 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 SourceInfo Modifier and Type Field Description private SourceInfo
InstrumentDescriptor. sourceInfo
Fields in io.opentelemetry.sdk.metrics.internal.descriptor with type parameters of type SourceInfo Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<SourceInfo>
MetricDescriptor. viewSourceInfo
Methods in io.opentelemetry.sdk.metrics.internal.descriptor that return SourceInfo Modifier and Type Method Description SourceInfo
InstrumentDescriptor. getSourceInfo()
Debugging information for this instrument.SourceInfo
MetricDescriptor. getViewSourceInfo()
TheSourceInfo
from where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type SourceInfo Modifier and Type Method Description static 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 SourceInfo Modifier and Type Field Description private SourceInfo
AutoValue_RegisteredView. viewSourceInfo
Methods in io.opentelemetry.sdk.metrics.internal.view that return SourceInfo Modifier and Type Method Description SourceInfo
AutoValue_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 SourceInfo Modifier and Type Method Description static 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 SourceInfo Constructor Description AutoValue_RegisteredView(InstrumentSelector instrumentSelector, View view, AttributesProcessor viewAttributesProcessor, int cardinalityLimit, SourceInfo viewSourceInfo)
-