Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add bytes (byte array) support to Log Data Model
Contributes to open-telemetry#780 OTLP already supports bytes as a data type for Any value, see: https://github.com/open-telemetry/opentelemetry-proto/blob/de4fc37940d39370194fb774e634ca408dacd865/opentelemetry/proto/common/v1/common.proto#L37 Byte arrays are an important case for unparsed, unstrusctured log data, so we are formally adding them as a supported data type to the Log Data Model. TODO: consider adding bytes to Trace API too.
- Loading branch information