File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,12 @@ outside OpenTelemetry into OpenTelemetry attribute values.
122122[ Log Records] ( ../logs/data-model.md ) ,
123123contain a collection of attributes.
124124
125+ Attribute Collections are top-level collections of key-value pairs used in
126+ OpenTelemetry data models.
127+ Note that they are distinct from [ ` map<string, AnyValue> ` ] ( #mapstring-anyvalue ) ,
128+ which is a type of [ ` AnyValue ` ] ( #anyvalue ) used to represent nested data
129+ structures within attribute values.
130+
125131Implementation MUST by default ensure that the exported attribute collections
126132contain only unique keys. The enforcement of uniqueness may be performed
127133in a variety of ways as it best fits the limitations of the particular
You can’t perform that action at this time.
0 commit comments