Uses of Class
io.opentelemetry.exporter.internal.otlp.logs.InstrumentationScopeLogsMarshaler
-
Packages that use InstrumentationScopeLogsMarshaler Package Description io.opentelemetry.exporter.internal.otlp.logs Marshaling of OTLP logs. -
-
Uses of InstrumentationScopeLogsMarshaler in io.opentelemetry.exporter.internal.otlp.logs
Fields in io.opentelemetry.exporter.internal.otlp.logs declared as InstrumentationScopeLogsMarshaler Modifier and Type Field Description private InstrumentationScopeLogsMarshaler[]ResourceLogsMarshaler. instrumentationScopeLogsMarshalersMethods in io.opentelemetry.exporter.internal.otlp.logs with parameters of type InstrumentationScopeLogsMarshaler 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 InstrumentationScopeLogsMarshaler Constructor Description ResourceLogsMarshaler(ResourceMarshaler resourceMarshaler, byte[] schemaUrl, InstrumentationScopeLogsMarshaler[] instrumentationScopeLogsMarshalers)
-