Class ResourceMarshaler.RealResourceMarshaler
java.lang.Object
io.opentelemetry.exporter.internal.marshal.Marshaler
io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
io.opentelemetry.exporter.internal.otlp.ResourceMarshaler.RealResourceMarshaler
- Enclosing class:
ResourceMarshaler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intcalculateSize(KeyValueMarshaler[] attributeMarshalers) protected voidwriteTo(Serializer output) Methods inherited from class io.opentelemetry.exporter.internal.marshal.MarshalerWithSize
getBinarySerializedSizeMethods inherited from class io.opentelemetry.exporter.internal.marshal.Marshaler
writeBinaryTo, writeJsonTo, writeJsonTo, writeJsonWithNewline
-
Field Details
-
attributes
-
-
Constructor Details
-
RealResourceMarshaler
-
-
Method Details
-
writeTo
- Specified by:
writeToin classMarshaler- Throws:
IOException
-
calculateSize
-