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
Similar to #5996, adding an attribute to a log record with the string value こんにちは and an attribute value length of 3 set will result in the attribute value being こ. It should be こんに according to the OTel specification:
set an attribute value length limit such that for each attribute value:
if it is a string, if it exceeds that limit (counting any character in it as 1), SDKs MUST truncate that value, so that its length is at most equal to the limit,
Blocked by #5997 which implements an alternate approach that should be adopted to
Similar to #5996, adding an attribute to a log record with the string value
こんにちは
and an attribute value length of3
set will result in the attribute value beingこ
. It should beこんに
according to the OTel specification:Blocked by #5997 which implements an alternate approach that should be adopted to
opentelemetry-go/sdk/log/record.go
Lines 430 to 466 in 446ee38
The text was updated successfully, but these errors were encountered: