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) classAutoValue_InstrumentationLibraryInfoDeprecated.Fields in io.opentelemetry.sdk.common declared as InstrumentationLibraryInfo Modifier and Type Field Description private static InstrumentationLibraryInfoInstrumentationLibraryInfo. EMPTYDeprecated.Methods in io.opentelemetry.sdk.common that return InstrumentationLibraryInfo Modifier and Type Method Description static InstrumentationLibraryInfoInstrumentationLibraryInfo. create(java.lang.String name, java.lang.String version)Deprecated.Creates a new instance ofInstrumentationLibraryInfo.static InstrumentationLibraryInfoInstrumentationLibraryInfo. create(java.lang.String name, java.lang.String version, java.lang.String schemaUrl)Deprecated.Creates a new instance ofInstrumentationLibraryInfo.static InstrumentationLibraryInfoInstrumentationLibraryInfo. 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 InstrumentationLibraryInfoInstrumentationScopeUtil. toInstrumentationLibraryInfo(InstrumentationScopeInfo instrumentationScopeInfo)Convert toInstrumentationLibraryInfo.Methods in io.opentelemetry.sdk.internal with parameters of type InstrumentationLibraryInfo Modifier and Type Method Description static InstrumentationScopeInfoInstrumentationScopeUtil. 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 InstrumentationLibraryInfoReadableSpan. getInstrumentationLibraryInfo()Deprecated.InstrumentationLibraryInfoSdkSpan. getInstrumentationLibraryInfo()Deprecated.InstrumentationLibraryInfoSpanWrapper. 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 InstrumentationLibraryInfoDelegatingSpanData. getInstrumentationLibraryInfo()Deprecated.InstrumentationLibraryInfoSpanData. getInstrumentationLibraryInfo()Deprecated.
-