Uses of Class
io.opentelemetry.exporter.internal.otlp.InstrumentationScopeMarshaler
Packages that use InstrumentationScopeMarshaler
Package
Description
Utilities for working with the OTLP format.
Marshaling of OTLP logs.
Marshaling of OTLP metrics.
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 InstrumentationScopeMarshalerModifier and TypeFieldDescriptionprivate static final WeakConcurrentMap<InstrumentationScopeInfo, InstrumentationScopeMarshaler> InstrumentationScopeMarshaler.SCOPE_MARSHALER_CACHEMethods in io.opentelemetry.exporter.internal.otlp that return InstrumentationScopeMarshalerModifier and TypeMethodDescriptionInstrumentationScopeMarshaler.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 InstrumentationScopeMarshalerModifier and TypeFieldDescriptionprivate final InstrumentationScopeMarshalerInstrumentationScopeLogsMarshaler.instrumentationScopeMethods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type InstrumentationScopeMarshalerModifier and TypeMethodDescriptionprivate static intInstrumentationScopeLogsMarshaler.calculateSize(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, List<Marshaler> logMarshalers) Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type InstrumentationScopeMarshalerModifierConstructorDescription(package private)InstrumentationScopeLogsMarshaler(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, List<Marshaler> logMarshalers) -
Uses of InstrumentationScopeMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as InstrumentationScopeMarshalerModifier and TypeFieldDescriptionprivate final InstrumentationScopeMarshalerInstrumentationScopeMetricsMarshaler.instrumentationScopeMethods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type InstrumentationScopeMarshalerModifier and TypeMethodDescriptionprivate static intInstrumentationScopeMetricsMarshaler.calculateSize(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, List<Marshaler> metricMarshalers) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type InstrumentationScopeMarshalerModifierConstructorDescription(package private)InstrumentationScopeMetricsMarshaler(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, List<Marshaler> metricMarshalers) -
Uses of InstrumentationScopeMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces declared as InstrumentationScopeMarshalerModifier and TypeFieldDescriptionprivate final InstrumentationScopeMarshalerInstrumentationScopeSpansMarshaler.instrumentationScopeMethods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeMarshalerModifier and TypeMethodDescriptionprivate static intInstrumentationScopeSpansMarshaler.calculateSize(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, List<SpanMarshaler> spanMarshalers) Constructors in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeMarshalerModifierConstructorDescription(package private)InstrumentationScopeSpansMarshaler(InstrumentationScopeMarshaler instrumentationScope, byte[] schemaUrlUtf8, List<SpanMarshaler> spanMarshalers)