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
@@ -119,7 +117,6 @@ for that telemetry. This is typically the case for scraping receivers, as they k
119
117
port.
120
118
121
119
**[3]`service.namespace`:** A string value having a meaning that helps to distinguish a group of services, for example the team name that owns a group of services. `service.name` is expected to be unique within the same namespace. If `service.namespace` is not specified in the Resource then `service.name` is expected to be unique for all services that have no explicit namespace defined (so the empty/unspecified namespace is simply one more valid namespace). Zero-length namespace string is assumed equal to unspecified namespace.
| Role | Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
23
21
| --- | --- | --- | --- | --- | --- | --- |
24
22
| Other |[`android.os.api_level`](/docs/registry/attributes/android.md)||`Recommended`| string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found in the [Android API levels documentation](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). |`33`; `32`|
The list of possible values is defined in the [W3C User-Agent Client Hints specification](https://wicg.github.io/ua-client-hints/#sec-ch-ua-platform). Note that some (but not all) of these values can overlap with values in the [`os.type` and `os.name` attributes](./os.md). However, for consistency, the values in the `browser.platform` attribute should capture the exact value that the user agent provides.
38
36
39
37
**[5]`user_agent.original`:** The user-agent value SHOULD be provided only from browsers that do not have a mechanism to retrieve brands and platform individually from the User-Agent Client Hints API. To retrieve the value, the legacy `navigator.userAgent` API can be used.
| Role | Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
47
45
| --- | --- | --- | --- | --- | --- | --- |
48
46
| Other |[`cicd.pipeline.name`](/docs/registry/attributes/cicd.md)||`Recommended`| string | The human readable name of the pipeline within a CI/CD system. |`Build and Test`; `Lint`; `Deploy Go Project`; `deploy_to_environment`|
49
-
<!-- markdownlint-restore -->
50
47
<!-- prettier-ignore-end -->
51
48
<!-- END AUTOGENERATED TEXT -->
52
49
<!-- endsemconv -->
@@ -63,8 +60,6 @@ Using the CICD pipeline run resource with metrics inherently causes high cardina
63
60
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
64
61
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -82,7 +77,6 @@ Using the CICD pipeline run resource with metrics inherently causes high cardina
82
77
| --- | --- | --- | --- | --- | --- | --- |
83
78
| Other |[`cicd.pipeline.run.id`](/docs/registry/attributes/cicd.md)||`Recommended`| string | The unique identifier of a pipeline run within a CI/CD system. |`120912`|
84
79
| Other |[`cicd.pipeline.run.url.full`](/docs/registry/attributes/cicd.md)||`Recommended`| string | The [URL](https://wikipedia.org/wiki/URL) of the pipeline run, providing the complete address in order to locate and identify the pipeline run. |`https://github.com/open-telemetry/semantic-conventions/actions/runs/9753949763?pr=1075`|
85
-
<!-- markdownlint-restore -->
86
80
<!-- prettier-ignore-end -->
87
81
<!-- END AUTOGENERATED TEXT -->
88
82
<!-- endsemconv -->
@@ -93,8 +87,6 @@ Using the CICD pipeline run resource with metrics inherently causes high cardina
93
87
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
94
88
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -115,7 +107,6 @@ For example, when a pipeline run involves several workers, its task run spans ma
115
107
| Other |[`cicd.worker.id`](/docs/registry/attributes/cicd.md)||`Required`| string | The unique identifier of a worker within a CICD system. |`abc123`; `10.0.1.2`; `controller`|
116
108
| Other |[`cicd.worker.name`](/docs/registry/attributes/cicd.md)||`Recommended`| string | The name of a worker within a CICD system. |`agent-abc`; `controller`; `Ubuntu LTS`|
117
109
| Other |[`cicd.worker.url.full`](/docs/registry/attributes/cicd.md)||`Recommended` If available | string | The [URL](https://wikipedia.org/wiki/URL) of the worker, providing the complete address in order to locate and identify the worker. |`https://cicd.example.org/worker/abc123`|
118
-
<!-- markdownlint-restore -->
119
110
<!-- prettier-ignore-end -->
120
111
<!-- END AUTOGENERATED TEXT -->
121
112
<!-- endsemconv -->
@@ -128,8 +119,6 @@ For example, when a pipeline run involves several workers, its task run spans ma
128
119
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
129
120
<!-- see templates/registry/markdown/snippet.md.j2 -->
| Role | Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type | Description | Example Values |
27
25
| --- | --- | --- | --- | --- | --- | --- |
28
26
| Other |[`aws.eks.cluster.arn`](/docs/registry/attributes/aws.md)||`Recommended`| string | The ARN of an EKS cluster. |`arn:aws:ecs:us-west-2:123456789123:cluster/my-cluster`|
**[2]`aws.log.group.names`:** Multiple log groups must be supported for cases like multi-container applications, where a single application has sidecar containers, and each write to their own log group.
36
34
37
35
**[3]`aws.log.stream.arns`:** See the [log stream ARN format documentation](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/iam-access-control-overview-cwl.html#CWL_ARN_Format). One log group can contain several log streams, so these ARNs necessarily identify both a log group and a log stream.
@@ -41,7 +39,6 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour
41
39
| Other |[`gcp.apphub.application.container`](/docs/registry/attributes/gcp.md)||`Required`| string | The container within GCP where the AppHub application is defined. |`projects/my-container-project`|
42
40
| Other |[`gcp.apphub.application.id`](/docs/registry/attributes/gcp.md)||`Required`| string | The name of the application as configured in AppHub. |`my-application`|
43
41
| Other |[`gcp.apphub.application.location`](/docs/registry/attributes/gcp.md)||`Required`| string | The GCP zone or region where the application is defined. |`us-central1`|
44
-
<!-- markdownlint-restore -->
45
42
<!-- prettier-ignore-end -->
46
43
<!-- END AUTOGENERATED TEXT -->
47
44
<!-- endsemconv -->
@@ -52,8 +49,6 @@ See [Supported Resources](https://cloud.google.com/app-hub/docs/supported-resour
52
49
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
53
50
<!-- see templates/registry/markdown/snippet.md.j2 -->
@@ -27,7 +25,6 @@ These conventions are recommended for resources running on Cloud Run.
27
25
| --- | --- | --- | --- | --- | --- | --- |
28
26
| Other |[`gcp.cloud_run.job.execution`](/docs/registry/attributes/gcp.md)||`Recommended`| string | The name of the Cloud Run [execution](https://cloud.google.com/run/docs/managing/job-executions) being run for the Job, as set by the [`CLOUD_RUN_EXECUTION`](https://cloud.google.com/run/docs/container-contract#jobs-env-vars) environment variable. |`job-name-xxxx`; `sample-job-mdw84`|
29
27
| Other |[`gcp.cloud_run.job.task_index`](/docs/registry/attributes/gcp.md)||`Recommended`| int | The index for a task within an execution as provided by the [`CLOUD_RUN_TASK_INDEX`](https://cloud.google.com/run/docs/container-contract#jobs-env-vars) environment variable. |`0`; `1`|
| Other |[`gcp.gce.instance.hostname`](/docs/registry/attributes/gcp.md)||`Recommended`| string | The hostname of a GCE instance. This is the full value of the default or [custom hostname](https://cloud.google.com/compute/docs/instances/custom-hostname-vm). |`my-host1234.example.com`; `sample-vm.us-west1-b.c.my-project.internal`|
25
23
| Other |[`gcp.gce.instance.name`](/docs/registry/attributes/gcp.md)||`Recommended`| string | The instance name of a GCE instance. This is the value provided by `host.name`, the visible name of the instance in the Cloud Console UI, and the prefix for the default hostname of the instance as defined by the [default internal DNS name](https://cloud.google.com/compute/docs/internal-dns#instance-fully-qualified-domain-names). |`instance-1`; `my-vm-name`|
0 commit comments