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