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_CACHEMethods in io.opentelemetry.exporter.internal.otlp that return InstrumentationScopeMarshaler Modifier and Type Method Description static InstrumentationScopeMarshalerInstrumentationScopeMarshaler. 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 InstrumentationScopeMarshalerInstrumentationScopeLogsMarshaler. instrumentationScopeMethods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type InstrumentationScopeMarshaler Modifier and Type Method Description private static intInstrumentationScopeLogsMarshaler. 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 InstrumentationScopeMarshalerInstrumentationScopeMetricsMarshaler. instrumentationScopeMethods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type InstrumentationScopeMarshaler Modifier and Type Method Description private static intInstrumentationScopeMetricsMarshaler. 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 InstrumentationScopeMarshalerInstrumentationScopeSpansMarshaler. instrumentationScopeMethods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeMarshaler Modifier and Type Method Description private static intInstrumentationScopeSpansMarshaler. 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)
-