You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the logs body is added to the record in multiple ways
* If it's a MAP, then the key-value pairs are added to the record
at the top-level.
* For other types, it's added under the key "message" for OTLP Proto
and "log" for OTLP JSON.
Support a way to always nest the logs body under a specific key for
consistency, and to avoid possible clashes with other top-level keys
in the record (e.g., `__internal__`).
Signed-off-by: Prashant Varanasi <[email protected]>
0 commit comments