Uses of Class
io.opentelemetry.exporter.internal.otlp.traces.SpanMarshaler
-
Packages that use SpanMarshaler Package Description io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces. -
-
Uses of SpanMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces with type parameters of type SpanMarshaler Modifier and Type Field Description private java.util.List<SpanMarshaler>
InstrumentationScopeSpansMarshaler. spanMarshalers
Methods in io.opentelemetry.exporter.internal.otlp.traces that return SpanMarshaler Modifier and Type Method Description (package private) static SpanMarshaler
SpanMarshaler. create(SpanData spanData)
Methods in io.opentelemetry.exporter.internal.otlp.traces that return types with arguments of type SpanMarshaler Modifier and Type Method Description private static java.util.Map<Resource,java.util.Map<InstrumentationScopeInfo,java.util.List<SpanMarshaler>>>
ResourceSpansMarshaler. groupByResourceAndScope(java.util.Collection<SpanData> spanDataList)
Method parameters in io.opentelemetry.exporter.internal.otlp.traces with type arguments of type SpanMarshaler Modifier and Type Method Description private static int
InstrumentationScopeSpansMarshaler. calculateSize(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<SpanMarshaler> spanMarshalers)
Constructor parameters in io.opentelemetry.exporter.internal.otlp.traces with type arguments of type SpanMarshaler Constructor Description InstrumentationScopeSpansMarshaler(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<SpanMarshaler> spanMarshalers)
-