Package io.opentelemetry.sdk.internal
Class InstrumentationScopeUtil
java.lang.Object
io.opentelemetry.sdk.internal.InstrumentationScopeUtil
This class is internal and is hence not for public use. Its APIs are unstable and can change at
any time.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic InstrumentationLibraryInfo
toInstrumentationLibraryInfo
(InstrumentationScopeInfo instrumentationScopeInfo) Convert toInstrumentationLibraryInfo
.static InstrumentationScopeInfo
toInstrumentationScopeInfo
(InstrumentationLibraryInfo instrumentationLibraryInfo) Convert toInstrumentationScopeInfo
.
-
Constructor Details
-
InstrumentationScopeUtil
private InstrumentationScopeUtil()
-
-
Method Details
-
toInstrumentationLibraryInfo
public static InstrumentationLibraryInfo toInstrumentationLibraryInfo(InstrumentationScopeInfo instrumentationScopeInfo) Convert toInstrumentationLibraryInfo
. -
toInstrumentationScopeInfo
public static InstrumentationScopeInfo toInstrumentationScopeInfo(InstrumentationLibraryInfo instrumentationLibraryInfo) Convert toInstrumentationScopeInfo
.
-