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
out_opentelemetry: fix behavior of record attributes fix the merge process
The log attribute code now merges additional attributes into the existing array
instead of overwriting it by calling otlp_kvarray_append.
A new helper otlp_kvarray_append grows an array of OTLP key/value pairs and copies the
new entries into it.
Added a unit test test_kvarray_append validating that two key/value arrays are
combined correctly.
Signed-off-by: Eduardo Silva <[email protected]>
0 commit comments