Uses of Class
io.opentelemetry.exporter.internal.otlp.traces.InstrumentationScopeSpansMarshaler
-
Packages that use InstrumentationScopeSpansMarshaler Package Description io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces. -
-
Uses of InstrumentationScopeSpansMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces declared as InstrumentationScopeSpansMarshaler Modifier and Type Field Description private InstrumentationScopeSpansMarshaler[]
ResourceSpansMarshaler. instrumentationScopeSpansMarshalers
Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeSpansMarshaler Modifier and Type Method Description private static int
ResourceSpansMarshaler. calculateSize(ResourceMarshaler resourceMarshaler, byte[] schemaUrlUtf8, InstrumentationScopeSpansMarshaler[] instrumentationScopeSpansMarshalers)
Constructors in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeSpansMarshaler Constructor Description ResourceSpansMarshaler(ResourceMarshaler resourceMarshaler, byte[] schemaUrlUtf8, InstrumentationScopeSpansMarshaler[] instrumentationScopeSpansMarshalers)
-