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_CACHE
Methods 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 InstrumentationScopeMarshaler
InstrumentationScopeLogsMarshaler.instrumentationScope
Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type InstrumentationScopeMarshalerModifier and TypeMethodDescriptionprivate static int
InstrumentationScopeLogsMarshaler.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 InstrumentationScopeMarshaler
InstrumentationScopeMetricsMarshaler.instrumentationScope
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type InstrumentationScopeMarshalerModifier and TypeMethodDescriptionprivate static int
InstrumentationScopeMetricsMarshaler.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 InstrumentationScopeMarshaler
InstrumentationScopeSpansMarshaler.instrumentationScope
Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type InstrumentationScopeMarshalerModifier and TypeMethodDescriptionprivate static int
InstrumentationScopeSpansMarshaler.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)