BREAKING: Rename remaining network attributes from `net.*` to `network.*` and align definitions with ECS (#3426)

This commit is contained in:
Trask Stalnaker 2023-05-08 17:46:55 -07:00 committed by Josh Suereth
parent 3d4e7b452a
commit 70ffed7002
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ For example, Metric attributes that may have high cardinality can only be define
A semantic convention that refers to an attribute from another semantic convention MAY modify the requirement level within its own scope. Otherwise, requirement level from the referred semantic convention applies. A semantic convention that refers to an attribute from another semantic convention MAY modify the requirement level within its own scope. Otherwise, requirement level from the referred semantic convention applies.
For example, [Database semantic convention](../trace/semantic_conventions/database.md) references `net.transport` attribute defined in [General attributes](../trace/semantic_conventions/span-general.md) with `Conditionally Required` level on it. For example, [Database semantic convention](../trace/semantic_conventions/database.md) references `network.transport` attribute defined in [General attributes](../trace/semantic_conventions/span-general.md) with `Conditionally Required` level on it.
## Required ## Required