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_CACHEMethods 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 ResourceMarshalerResourceLogsMarshaler.resourceMarshalerMethods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ResourceMarshalerModifier and TypeMethodDescriptionprivate static intResourceLogsMarshaler.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 ResourceMarshalerResourceMetricsMarshaler.resourceMarshalerMethods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ResourceMarshalerModifier and TypeMethodDescriptionprivate static intResourceMetricsMarshaler.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 ResourceMarshalerResourceSpansMarshaler.resourceMarshalerMethods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ResourceMarshalerModifier and TypeMethodDescriptionprivate static intResourceSpansMarshaler.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)