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) classNoSourceInfo(package private) classStackTraceSourceInfoDiagnostic information derived from stack traces.Methods in io.opentelemetry.sdk.metrics.internal.debug that return SourceInfo Modifier and Type Method Description static 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 SourceInfo Modifier and Type Field Description private SourceInfoInstrumentDescriptor. sourceInfoFields 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. viewSourceInfoMethods in io.opentelemetry.sdk.metrics.internal.descriptor that return SourceInfo Modifier and Type Method Description SourceInfoInstrumentDescriptor. getSourceInfo()Debugging information for this instrument.SourceInfoMetricDescriptor. getViewSourceInfo()TheSourceInfofrom where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.descriptor with parameters of type SourceInfo Modifier and Type Method Description static 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 SourceInfo Modifier and Type Field Description private SourceInfoAutoValue_RegisteredView. viewSourceInfoMethods in io.opentelemetry.sdk.metrics.internal.view that return SourceInfo Modifier and Type Method Description SourceInfoAutoValue_RegisteredView. getViewSourceInfo()abstract SourceInfoRegisteredView. getViewSourceInfo()TheSourceInfofrom where the view was registered.Methods in io.opentelemetry.sdk.metrics.internal.view with parameters of type SourceInfo Modifier and Type Method Description static RegisteredViewRegisteredView. 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)
-