otel-arrow icon indicating copy to clipboard operation
otel-arrow copied to clipboard

Replace CBOR encoding by Protobuf encoding for AnyValue (complex attributes only)

Open lquerel opened this issue 1 year ago • 0 comments

Currently, complex attributes are encoded using CBOR through an external dependency. By making a slight adjustment to the pdata library (protobuf serialization/deserialization support for AnyValue), it would be advantageous to encode these complex attributes with protobuf. This change would eliminate the need for an external dependency.

lquerel avatar Aug 22 '23 21:08 lquerel