Skip to content

Commit

Permalink
Remove ordering reqirement for attributes. (open-telemetry#1212)
Browse files Browse the repository at this point in the history
* Remove ordering for attributes.

* Fill in CHANGELOG link
  • Loading branch information
Oberon00 authored and jsuereth committed Nov 16, 2023
1 parent 2d55f54 commit 550a2b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions specification/common/common.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Attributes are a list of zero or more key-value pairs. An `Attribute` MUST have
i.e. it MUST NOT contain values of different types. For protocols that do
not natively support array values such values SHOULD be represented as JSON strings.

Attributes SHOULD preserve the order in which they're set.

Attribute values expressing a numerical value of zero, an empty string, or an
empty array are considered meaningful and MUST be stored and passed on to
processors / exporters.
Expand Down

0 comments on commit 550a2b9

Please sign in to comment.