File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,10 @@ Keys that differ in casing are treated as distinct keys.
8080
8181The representation of the map is language-dependent.
8282
83- The implementation MUST by default ensure that the exported maps contain only unique keys.
83+ The implementation MUST by default enforce that the exported maps contain only
84+ unique keys. The enforcement of uniqueness may be performed
85+ in a variety of ways as it best fits the limitations of the particular
86+ implementation (e.g. by removing duplicates).
8487
8588The implementation MAY have an option to allow exporting maps with duplicate keys
8689(e.g. for better performance).
@@ -122,10 +125,10 @@ outside OpenTelemetry into OpenTelemetry attribute values.
122125[ Log Records] ( ../logs/data-model.md ) ,
123126contain a collection of attributes.
124127
125- Implementation MUST by default ensure that the exported attribute collections
128+ Implementation MUST by default enforce that the exported attribute collections
126129contain only unique keys. The enforcement of uniqueness may be performed
127130in a variety of ways as it best fits the limitations of the particular
128- implementation.
131+ implementation (e.g. by removing duplicates) .
129132
130133Normally for the telemetry generated using OpenTelemetry SDKs the attribute
131134key-value pairs are set via an API that either accepts a single key-value pair
You can’t perform that action at this time.
0 commit comments