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
|[`service.name`](/docs/attributes-registry/service.md)| string | Logical name of the service. [1]|`shoppingcart`|`Required`||
@@ -103,19 +104,20 @@ as specified in the [Resource SDK specification](https://github.com/open-telemet
103
104
104
105
## Service (Experimental)
105
106
106
-
**Status**: [Experimental][DocumentStatus]
107
-
108
-
**type:**`service`
109
-
110
-
**Description:** Additions to service instance.
111
-
112
107
<!-- semconv service_experimental -->
113
108
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
114
109
<!-- see templates/registry/markdown/snippet.md.j2 -->
|[`service.instance.id`](/docs/attributes-registry/service.md)| string | The string ID of the service instance. [1]|`627cc493-f310-47de-96bd-71410b7dec09`|`Recommended`||
|[`telemetry.sdk.language`](/docs/attributes-registry/telemetry.md)| string | The language of the telemetry SDK. |`cpp`; `dotnet`; `erlang`|`Required`||
@@ -228,19 +231,20 @@ All custom identifiers SHOULD be stable across different versions of an implemen
228
231
229
232
## Telemetry Distribution (Experimental)
230
233
231
-
**Status**: [Experimental][DocumentStatus]
232
-
233
-
**type:**`telemetry.distro`
234
-
235
-
**Description:** The telemetry distribution (distro) used to capture data recorded by the instrumentation libraries.
236
-
237
-
<!-- semconv telemetry_experimental -->
234
+
<!-- semconv telemetry.sdk_experimental -->
238
235
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
239
236
<!-- see templates/registry/markdown/snippet.md.j2 -->
|[`telemetry.distro.name`](/docs/attributes-registry/telemetry.md)| string | The name of the auto instrumentation agent or distribution, if used. [1]|`parts-unlimited-java`|`Recommended`||
|[`android.os.api_level`](/docs/attributes-registry/android.md)| string | Uniquely identifies the framework API revision offered by a version (`os.version`) of the android operating system. More information can be found [here](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels). |`33`; `32`|`Recommended`||
Copy file name to clipboardexpand all lines: docs/resource/browser.md
+8-9
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,19 @@
1
1
# Browser
2
2
3
-
**Status**: [Experimental][DocumentStatus]
4
-
5
-
**type:**`browser`
6
-
7
-
**Description**: The web browser in which the application represented by the resource is running. The `browser.*` attributes MUST be used only for resources that represent applications running in a web browser (regardless of whether running on a mobile or desktop device).
8
-
9
-
All of these attributes can be provided by the user agent itself in the form of an HTTP header (e.g. Sec-CH-UA, Sec-CH-Platform, User-Agent). However, the headers could be removed by proxy servers, and are tied to calls from individual clients. In order to support batching through services like the Collector and to prevent loss of data (e.g. due to proxy servers removing headers), these attributes should be used when possible.
10
-
11
3
<!-- semconv browser -->
12
4
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
13
5
<!-- see templates/registry/markdown/snippet.md.j2 -->
**Description:** The web browser in which the application represented by the resource is running. The `browser.*` attributes MUST be used only for resources that represent applications running in a web browser (regardless of whether running on a mobile or desktop device).
|[`browser.brands`](/docs/attributes-registry/browser.md)| string[]| Array of brand name and version separated by a space [1]|`[" Not A;Brand 99", "Chromium 99", "Chrome 99"]`|`Recommended`||
@@ -42,4 +41,4 @@ The list of possible values is defined in the [W3C User-Agent Client Hints speci
All of these attributes can be provided by the user agent itself in the form of an HTTP header (e.g. Sec-CH-UA, Sec-CH-Platform, User-Agent). However, the headers could be removed by proxy servers, and are tied to calls from individual clients. In order to support batching through services like the Collector and to prevent loss of data (e.g. due to proxy servers removing headers), these attributes should be used when possible.
|[`aws.ecs.task.id`](/docs/attributes-registry/aws.md)| string | The ID of a running ECS task. The ID MUST be extracted from `task.arn`. |`10838bed-421f-43ef-870a-f43feacbbb5b`; `23ebb8ac-c18f-46c6-8bbe-d55d0e37cfbd`|`Conditionally Required` If and only if `task.arn` is populated. ||
|[`aws.eks.cluster.arn`](/docs/attributes-registry/aws.md)| string | The ARN of an EKS cluster. |`arn:aws:ecs:us-west-2:123456789123:cluster/my-cluster`|`Recommended`||
|[`aws.log.group.arns`](/docs/attributes-registry/aws.md)| string[]| The Amazon Resource Name(s) (ARN) of the AWS log group(s). [1]|`["arn:aws:logs:us-west-1:123456789012:log-group:/aws/my/group:*"]`|`Recommended`||
|[`gcp.cloud_run.job.execution`](/docs/attributes-registry/gcp.md)| 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`|`Recommended`||
|[`gcp.gce.instance.hostname`](/docs/attributes-registry/gcp.md)| 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`|`Recommended`||
|[`heroku.app.id`](/docs/attributes-registry/heroku.md)| string | Unique identifier for the application |`2daa2797-e42b-4624-9322-ec3f968df4da`|`Opt-In`||
0 commit comments