Uses of Class
io.opentelemetry.exporter.internal.otlp.ResourceMarshaler
Packages that use ResourceMarshaler
Package
Description
Utilities for working with the OTLP format.
Marshaling of OTLP logs.
Marshaling of OTLP metrics.
Marshaling of OTLP traces.
-
Uses of ResourceMarshaler in io.opentelemetry.exporter.internal.otlp
Fields in io.opentelemetry.exporter.internal.otlp with type parameters of type ResourceMarshalerModifier and TypeFieldDescriptionprivate static final WeakConcurrentMap
<Resource, ResourceMarshaler> ResourceMarshaler.RESOURCE_MARSHALER_CACHE
Methods in io.opentelemetry.exporter.internal.otlp that return ResourceMarshaler -
Uses of ResourceMarshaler in io.opentelemetry.exporter.internal.otlp.logs
Fields in io.opentelemetry.exporter.internal.otlp.logs declared as ResourceMarshalerModifier and TypeFieldDescriptionprivate final ResourceMarshaler
ResourceLogsMarshaler.resourceMarshaler
Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ResourceMarshalerModifier and TypeMethodDescriptionprivate static int
ResourceLogsMarshaler.calculateSize
(ResourceMarshaler resourceMarshaler, byte[] schemaUrl, InstrumentationScopeLogsMarshaler[] instrumentationScopeLogsMarshalers) Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ResourceMarshalerModifierConstructorDescription(package private)
ResourceLogsMarshaler
(ResourceMarshaler resourceMarshaler, byte[] schemaUrl, InstrumentationScopeLogsMarshaler[] instrumentationScopeLogsMarshalers) -
Uses of ResourceMarshaler in io.opentelemetry.exporter.internal.otlp.metrics
Fields in io.opentelemetry.exporter.internal.otlp.metrics declared as ResourceMarshalerModifier and TypeFieldDescriptionprivate final ResourceMarshaler
ResourceMetricsMarshaler.resourceMarshaler
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ResourceMarshalerModifier and TypeMethodDescriptionprivate static int
ResourceMetricsMarshaler.calculateSize
(ResourceMarshaler resourceMarshaler, byte[] schemaUrl, InstrumentationScopeMetricsMarshaler[] instrumentationScopeMetricsMarshalers) Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ResourceMarshalerModifierConstructorDescription(package private)
ResourceMetricsMarshaler
(ResourceMarshaler resourceMarshaler, byte[] schemaUrl, InstrumentationScopeMetricsMarshaler[] instrumentationScopeMetricsMarshalers) -
Uses of ResourceMarshaler in io.opentelemetry.exporter.internal.otlp.traces
Fields in io.opentelemetry.exporter.internal.otlp.traces declared as ResourceMarshalerModifier and TypeFieldDescriptionprivate final ResourceMarshaler
ResourceSpansMarshaler.resourceMarshaler
Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ResourceMarshalerModifier and TypeMethodDescriptionprivate static int
ResourceSpansMarshaler.calculateSize
(ResourceMarshaler resourceMarshaler, byte[] schemaUrlUtf8, InstrumentationScopeSpansMarshaler[] instrumentationScopeSpansMarshalers) Constructors in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ResourceMarshalerModifierConstructorDescription(package private)
ResourceSpansMarshaler
(ResourceMarshaler resourceMarshaler, byte[] schemaUrlUtf8, InstrumentationScopeSpansMarshaler[] instrumentationScopeSpansMarshalers)