Uses of Class
io.opentelemetry.exporter.internal.otlp.InstrumentationScopeMarshaler
-
Packages that use InstrumentationScopeMarshaler Package Description io.opentelemetry.exporter.internal.otlp Utilities for working with the OTLP format.io.opentelemetry.exporter.internal.otlp.logs Marshaling of OTLP logs.io.opentelemetry.exporter.internal.otlp.metrics Marshaling of OTLP metrics.io.opentelemetry.exporter.internal.otlp.traces Marshaling of OTLP traces. -
-
Uses of InstrumentationScopeMarshaler in io.opentelemetry.exporter.internal.otlp
Fields in io.opentelemetry.exporter.internal.otlp with type parameters of type InstrumentationScopeMarshaler Modifier and Type Field Description private static WeakConcurrentMap<InstrumentationScopeInfo,InstrumentationScopeMarshaler>
InstrumentationScopeMarshaler. SCOPE_MARSHALER_CACHE
Methods in io.opentelemetry.exporter.internal.otlp that return InstrumentationScopeMarshaler Modifier and Type Method Description static InstrumentationScopeMarshaler
InstrumentationScopeMarshaler. create(InstrumentationScopeInfo scopeInfo)
Returns a Marshaler for InstrumentationScopeInfo. -
Uses of InstrumentationScopeMarshaler in io.opentelemetry.exporter.internal.otlp.logs
Fields in io.opentelemetry.exporter.internal.otlp.logs declared as InstrumentationScopeMarshaler Modifier and Type Field Description private InstrumentationScopeMarshaler
InstrumentationScopeLogsMarshaler. instrumentationScope
Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type InstrumentationScopeMarshaler Modifier and Type Method Description private static int
InstrumentationScopeLogsMarshaler. calculateSize(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<Marshaler> logMarshalers)
Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type InstrumentationScopeMarshaler Constructor Description InstrumentationScopeLogsMarshaler(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<Marshaler> logMarshalers)
-
Uses of InstrumentationScopeMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as InstrumentationScopeMarshaler Modifier and Type Field Description private InstrumentationScopeMarshaler
InstrumentationScopeMetricsMarshaler. instrumentationScope
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type InstrumentationScopeMarshaler Modifier and Type Method Description private static int
InstrumentationScopeMetricsMarshaler. calculateSize(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<Marshaler> metricMarshalers)
Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type InstrumentationScopeMarshaler Constructor Description InstrumentationScopeMetricsMarshaler(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<Marshaler> metricMarshalers)
-
Uses of InstrumentationScopeMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces declared as InstrumentationScopeMarshaler Modifier and Type Field Description private InstrumentationScopeMarshaler
InstrumentationScopeSpansMarshaler. instrumentationScope
Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeMarshaler Modifier and Type Method Description private static int
InstrumentationScopeSpansMarshaler. calculateSize(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<SpanMarshaler> spanMarshalers)
Constructors in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeMarshaler Constructor Description InstrumentationScopeSpansMarshaler(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, java.util.List<SpanMarshaler> spanMarshalers)
-