Status: Development This document defines how to map (convert) arbitrary data (e.g. in-memory objects) to OTLP’s AnyValue. The mapping is needed when OpenTelemetry needs to convert a value produced outside OpenTelemetry into a value that can be exported using an OTLP exporter, or otherwise be converted to be used inside OpenTelemetry boundaries. Example use cases are the following: In the Logging SDKs, to convert values received from logging libraries into OpenTelemetry representation. In t...