Uses of Class
io.opentelemetry.exporter.internal.otlp.ResourceMarshaler
-
Packages that use ResourceMarshaler 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 ResourceMarshaler in io.opentelemetry.exporter.internal.otlp
Fields in io.opentelemetry.exporter.internal.otlp with type parameters of type ResourceMarshaler Modifier and Type Field Description private static WeakConcurrentMap<Resource,ResourceMarshaler>ResourceMarshaler. RESOURCE_MARSHALER_CACHEMethods in io.opentelemetry.exporter.internal.otlp that return ResourceMarshaler Modifier and Type Method Description static ResourceMarshalerResourceMarshaler. create(Resource resource)Returns a Marshaler for Resource. -
Uses of ResourceMarshaler in io.opentelemetry.exporter.internal.otlp.logs
Fields in io.opentelemetry.exporter.internal.otlp.logs declared as ResourceMarshaler Modifier and Type Field Description private ResourceMarshalerResourceLogsMarshaler. resourceMarshalerMethods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ResourceMarshaler Modifier and Type Method Description private static intResourceLogsMarshaler. calculateSize(ResourceMarshaler resourceMarshaler, byte[] schemaUrl, InstrumentationScopeLogsMarshaler[] instrumentationScopeLogsMarshalers)Constructors in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ResourceMarshaler Constructor Description 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 ResourceMarshaler Modifier and Type Field Description private ResourceMarshalerResourceMetricsMarshaler. resourceMarshalerMethods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ResourceMarshaler Modifier and Type Method Description private static intResourceMetricsMarshaler. calculateSize(ResourceMarshaler resourceMarshaler, byte[] schemaUrl, InstrumentationScopeMetricsMarshaler[] instrumentationScopeMetricsMarshalers)Constructors in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ResourceMarshaler Constructor Description 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 ResourceMarshaler Modifier and Type Field Description private ResourceMarshalerResourceSpansMarshaler. resourceMarshalerMethods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ResourceMarshaler Modifier and Type Method Description private static intResourceSpansMarshaler. calculateSize(ResourceMarshaler resourceMarshaler, byte[] schemaUrlUtf8, InstrumentationScopeSpansMarshaler[] instrumentationScopeSpansMarshalers)Constructors in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ResourceMarshaler Constructor Description ResourceSpansMarshaler(ResourceMarshaler resourceMarshaler, byte[] schemaUrlUtf8, InstrumentationScopeSpansMarshaler[] instrumentationScopeSpansMarshalers)
-