Class InstrumentationScopeMarshaler.RealInstrumentationScopeMarshaler

java.lang.Object
io.opentelemetry.exporter.internal.marshal.Marshaler
io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
io.opentelemetry.exporter.internal.otlp.InstrumentationScopeMarshaler.RealInstrumentationScopeMarshaler
Enclosing class:
InstrumentationScopeMarshaler

private static final class InstrumentationScopeMarshaler.RealInstrumentationScopeMarshaler extends MarshalerWithSize
  • Field Details

    • name

      private final byte[] name
    • version

      private final byte[] version
    • attributes

      private final KeyValueMarshaler[] attributes
  • Constructor Details

    • RealInstrumentationScopeMarshaler

      RealInstrumentationScopeMarshaler(byte[] name, byte[] version, KeyValueMarshaler[] attributes)
  • Method Details