Class InstrumentationScopeMarshaler
java.lang.Object
io.opentelemetry.exporter.internal.marshal.Marshaler
io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
io.opentelemetry.exporter.internal.otlp.InstrumentationScopeMarshaler
A Marshaler of
InstrumentationScopeInfo.
This class is internal and is hence not for public use. Its APIs are unstable and can change at any time.
-
Method Summary
Modifier and TypeMethodDescriptioncreate(InstrumentationScopeInfo scopeInfo) Returns a Marshaler for InstrumentationScopeInfo.voidwriteTo(Serializer output) Methods inherited from class MarshalerWithSize
getBinarySerializedSizeMethods inherited from class Marshaler
writeBinaryTo, writeJsonTo, writeJsonTo, writeJsonWithNewline
-
Method Details
-
create
Returns a Marshaler for InstrumentationScopeInfo. -
writeTo
- Specified by:
writeToin classMarshaler- Throws:
IOException
-