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, whenever logs are received and exported by the otel collector, the type of the body field is by default set to stringvalue, but going through the docs for the pdata.logRecord type, i can see that it has other possible values, including MapValue
How can i set the type of log body to MapValue instead of string
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, whenever logs are received and exported by the otel collector, the type of the body field is by default set to stringvalue, but going through the docs for the pdata.logRecord type, i can see that it has other possible values, including MapValue
How can i set the type of log body to MapValue instead of string
Beta Was this translation helpful? Give feedback.
All reactions