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
The following changes have to be made to conform to the spec:
empty string values and empty arrays must NOT be dropped but stored since these are valid attribute values
null values must still be ignored but since OTel-Java support overwriting of attributes, setting null must result in removing a previously set attribute from the map - same goes with arrays that are null themselves
The text was updated successfully, but these errors were encountered:
In #771 we introduced handling of null and empty strings by dropping them silently.
At this time, the expected behavior was not yet defined in the OTel specification. This was now added to in open-telemetry/opentelemetry-specification#459 (open-telemetry/opentelemetry-specification@23dbc05).
The following changes have to be made to conform to the spec:
The text was updated successfully, but these errors were encountered: