Skip to content

Commit ae1744c

Browse files
Update the link to the semconv attributes naming guideline. (#4347)
1 parent e81d06b commit ae1744c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oteps/logs/0097-log-data-model.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ field, which is fixed for a particular source, `Attributes` can vary for each
426426
occurrence of the event coming from the same source. Can contain information
427427
about the request context (other than TraceId/SpanId). SHOULD follow
428428
OpenTelemetry
429-
[semantic conventions for Attributes](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/attribute-naming.md).
429+
[semantic conventions for Attributes](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/naming.md#attributes).
430430
This field is optional.
431431

432432
## Example Log Records

specification/common/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ both containing an array of strings to represent a mapping
6161

6262
Attributes are equal when their keys and values are equal.
6363

64-
See [Attribute Naming](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/attribute-naming.md) for naming guidelines.
64+
See [Attribute Naming](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/naming.md#attributes) for naming guidelines.
6565

6666
See [Requirement Level](https://github.com/open-telemetry/semantic-conventions/blob/main/docs/general/attribute-requirement-level.md) for requirement levels guidelines.
6767

0 commit comments

Comments
 (0)