Uses of Class
io.opentelemetry.sdk.common.InstrumentationLibraryInfo
Packages that use InstrumentationLibraryInfo
Package
Description
Common utilities used by all SDK components.
Interfaces and implementations that are internal to OpenTelemetry.
The OpenTelemetry SDK implementation of tracing.
The data format to model traces for export.
-
Uses of InstrumentationLibraryInfo in io.opentelemetry.sdk.common
Subclasses of InstrumentationLibraryInfo in io.opentelemetry.sdk.commonModifier and TypeClassDescription(package private) final class
Deprecated.Fields in io.opentelemetry.sdk.common declared as InstrumentationLibraryInfoModifier and TypeFieldDescriptionprivate static final InstrumentationLibraryInfo
InstrumentationLibraryInfo.EMPTY
Deprecated.Methods in io.opentelemetry.sdk.common that return InstrumentationLibraryInfoModifier and TypeMethodDescriptionstatic InstrumentationLibraryInfo
Deprecated.Creates a new instance ofInstrumentationLibraryInfo
.static InstrumentationLibraryInfo
Deprecated.Creates a new instance ofInstrumentationLibraryInfo
.static InstrumentationLibraryInfo
InstrumentationLibraryInfo.empty()
Deprecated.Returns an "empty"InstrumentationLibraryInfo
. -
Uses of InstrumentationLibraryInfo in io.opentelemetry.sdk.internal
Methods in io.opentelemetry.sdk.internal that return InstrumentationLibraryInfoModifier and TypeMethodDescriptionstatic InstrumentationLibraryInfo
InstrumentationScopeUtil.toInstrumentationLibraryInfo
(InstrumentationScopeInfo instrumentationScopeInfo) Convert toInstrumentationLibraryInfo
.Methods in io.opentelemetry.sdk.internal with parameters of type InstrumentationLibraryInfoModifier and TypeMethodDescriptionstatic InstrumentationScopeInfo
InstrumentationScopeUtil.toInstrumentationScopeInfo
(InstrumentationLibraryInfo instrumentationLibraryInfo) Convert toInstrumentationScopeInfo
. -
Uses of InstrumentationLibraryInfo in io.opentelemetry.sdk.trace
Methods in io.opentelemetry.sdk.trace that return InstrumentationLibraryInfoModifier and TypeMethodDescriptionReadableSpan.getInstrumentationLibraryInfo()
Deprecated.SdkSpan.getInstrumentationLibraryInfo()
Deprecated.SpanWrapper.getInstrumentationLibraryInfo()
Deprecated. -
Uses of InstrumentationLibraryInfo in io.opentelemetry.sdk.trace.data
Methods in io.opentelemetry.sdk.trace.data that return InstrumentationLibraryInfoModifier and TypeMethodDescriptionDelegatingSpanData.getInstrumentationLibraryInfo()
Deprecated.SpanData.getInstrumentationLibraryInfo()
Deprecated.
ReadableSpan.getInstrumentationScopeInfo()
.