Skip to content

Commit 71a1b71

Browse files
authored
Update specification/common/README.md
1 parent 9edb35e commit 71a1b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Attribute Collections are top-level collections of key-value pairs used in
126126
OpenTelemetry data models.
127127
Note that they are distinct from [`map<string, AnyValue>`](#mapstring-anyvalue),
128128
which is a type of [`AnyValue`](#anyvalue) used to represent nested data
129-
structures within attribute values.
129+
structures e.g. in attribute values, in [log record body](../logs/data-model.md#field-body).
130130

131131
Implementation MUST by default ensure that the exported attribute collections
132132
contain only unique keys. The enforcement of uniqueness may be performed

0 commit comments

Comments
 (0)