Uses of Class
io.opentelemetry.sdk.common.InstrumentationLibraryInfo
-
Packages that use InstrumentationLibraryInfo Package Description io.opentelemetry.sdk.common Common utilities used by all SDK components.io.opentelemetry.sdk.internal Interfaces and implementations that are internal to OpenTelemetry.io.opentelemetry.sdk.trace The OpenTelemetry SDK implementation of tracing.io.opentelemetry.sdk.trace.data The data format to model traces for export. -
-
Uses of InstrumentationLibraryInfo in io.opentelemetry.sdk.common
Subclasses of InstrumentationLibraryInfo in io.opentelemetry.sdk.common Modifier and Type Class Description (package private) class
AutoValue_InstrumentationLibraryInfo
Deprecated.Fields in io.opentelemetry.sdk.common declared as InstrumentationLibraryInfo Modifier and Type Field Description private static InstrumentationLibraryInfo
InstrumentationLibraryInfo. EMPTY
Deprecated.Methods in io.opentelemetry.sdk.common that return InstrumentationLibraryInfo Modifier and Type Method Description static InstrumentationLibraryInfo
InstrumentationLibraryInfo. create(java.lang.String name, java.lang.String version)
Deprecated.Creates a new instance ofInstrumentationLibraryInfo
.static InstrumentationLibraryInfo
InstrumentationLibraryInfo. create(java.lang.String name, java.lang.String version, java.lang.String schemaUrl)
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 InstrumentationLibraryInfo Modifier and Type Method Description static InstrumentationLibraryInfo
InstrumentationScopeUtil. toInstrumentationLibraryInfo(InstrumentationScopeInfo instrumentationScopeInfo)
Convert toInstrumentationLibraryInfo
.Methods in io.opentelemetry.sdk.internal with parameters of type InstrumentationLibraryInfo Modifier and Type Method Description static InstrumentationScopeInfo
InstrumentationScopeUtil. toInstrumentationScopeInfo(InstrumentationLibraryInfo instrumentationLibraryInfo)
Convert toInstrumentationScopeInfo
. -
Uses of InstrumentationLibraryInfo in io.opentelemetry.sdk.trace
Methods in io.opentelemetry.sdk.trace that return InstrumentationLibraryInfo Modifier and Type Method Description InstrumentationLibraryInfo
ReadableSpan. getInstrumentationLibraryInfo()
Deprecated.InstrumentationLibraryInfo
SdkSpan. getInstrumentationLibraryInfo()
Deprecated.InstrumentationLibraryInfo
SpanWrapper. getInstrumentationLibraryInfo()
Deprecated. -
Uses of InstrumentationLibraryInfo in io.opentelemetry.sdk.trace.data
Methods in io.opentelemetry.sdk.trace.data that return InstrumentationLibraryInfo Modifier and Type Method Description InstrumentationLibraryInfo
DelegatingSpanData. getInstrumentationLibraryInfo()
Deprecated.InstrumentationLibraryInfo
SpanData. getInstrumentationLibraryInfo()
Deprecated.
-