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_CACHE
Methods in io.opentelemetry.exporter.internal.otlp that return ResourceMarshaler Modifier and Type Method Description static ResourceMarshaler
ResourceMarshaler. 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 ResourceMarshaler
ResourceLogsMarshaler. resourceMarshaler
Methods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type ResourceMarshaler Modifier and Type Method Description private static int
ResourceLogsMarshaler. 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 ResourceMarshaler
ResourceMetricsMarshaler. resourceMarshaler
Methods in io.opentelemetry.exporter.internal.otlp.metrics with parameters of type ResourceMarshaler Modifier and Type Method Description private static int
ResourceMetricsMarshaler. 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 ResourceMarshaler
ResourceSpansMarshaler. resourceMarshaler
Methods in io.opentelemetry.exporter.internal.otlp.traces with parameters of type ResourceMarshaler Modifier and Type Method Description private static int
ResourceSpansMarshaler. 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)
-