You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/registry/entities/deployment.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,12 @@
11
11
12
12
**Description:** The software deployment.
13
13
14
-
> [!warning]
15
-
> This entity definition contains attributes without a role.
16
-
> Stable Entities MUST NOT have attributes without a defined role.
17
-
18
14
**Attributes:**
19
15
20
16
| Role | Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
21
17
| --- | --- | --- | --- | --- | --- | --- |
22
-
| Other |[`deployment.environment.name`](/docs/registry/attributes/deployment.md)||`Recommended`| string | Name of the [deployment environment](https://wikipedia.org/wiki/Deployment_environment) (aka deployment tier). [1]|`staging`; `production`|
18
+
| Identity |[`deployment.name`](/docs/registry/attributes/deployment.md)||`Required`| string | The name of the deployment. |`deploy my app`; `deploy-frontend`|
19
+
| Description |[`deployment.environment.name`](/docs/registry/attributes/deployment.md)||`Recommended`| string | Name of the [deployment environment](https://wikipedia.org/wiki/Deployment_environment) (aka deployment tier). [1]|`staging`; `production`|
23
20
24
21
**[1]`deployment.environment.name`:**`deployment.environment.name` does not affect the uniqueness constraints defined through
25
22
the `service.namespace`, `service.name` and `service.instance.id` resource attributes.
| Role | Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
17
17
| --- | --- | --- | --- | --- | --- | --- |
18
18
| Identity |[`deployment.name`](/docs/registry/attributes/deployment.md)||`Required`| string | The name of the deployment. |`deploy my app`; `deploy-frontend`|
19
-
|Descriptive|[`deployment.environment.name`](/docs/registry/attributes/deployment.md)||`Recommended`| string | Name of the [deployment environment](https://wikipedia.org/wiki/Deployment_environment) (aka deployment tier). [1]|`staging`; `production`|
19
+
|Description|[`deployment.environment.name`](/docs/registry/attributes/deployment.md)||`Recommended`| string | Name of the [deployment environment](https://wikipedia.org/wiki/Deployment_environment) (aka deployment tier). [1]|`staging`; `production`|
20
20
21
21
**[1]`deployment.environment.name`:**`deployment.environment.name` does not affect the uniqueness constraints defined through
22
22
the `service.namespace`, `service.name` and `service.instance.id` resource attributes.
0 commit comments