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
pdata.AttributeValue is a wrapper over opentelemetry.proto.common.v1.AnyValue type. It's not exclusively used with pdata.AttributeMap, pdata.LogRecord.Body also uses it, proto. So it's a bit confusing why Log record body has a value of AttributeValue type.
The proposal is to rename AttributeValue type to AnyValue which matches the proto field type.
The text was updated successfully, but these errors were encountered:
pdata.AttributeValue
is a wrapper overopentelemetry.proto.common.v1.AnyValue
type. It's not exclusively used withpdata.AttributeMap
,pdata.LogRecord.Body
also uses it, proto. So it's a bit confusing why Log record body has a value of AttributeValue type.The proposal is to rename
AttributeValue
type toAnyValue
which matches the proto field type.The text was updated successfully, but these errors were encountered: