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/app/app-events.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ The `app.screen.click` event can be used to indicate that a user has clicked or
41
41
42
42
**Attributes:**
43
43
44
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
44
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
45
45
|---|---|---|---|---|---|
46
46
|[`app.screen.coordinate.x`](/docs/registry/attributes/app.md)||`Required`| int | The x (horizontal) coordinate of a screen coordinate, in screen pixels. |`0`; `131`|
47
47
|[`app.screen.coordinate.y`](/docs/registry/attributes/app.md)||`Required`| int | The y (vertical) component of a screen coordinate, in screen pixels. |`12`; `99`|
@@ -76,7 +76,7 @@ Use this event to indicate that visual application component has been clicked, t
76
76
77
77
**Attributes:**
78
78
79
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
79
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
80
80
|---|---|---|---|---|---|
81
81
|[`app.widget.id`](/docs/registry/attributes/app.md)||`Required`| string | An identifier that uniquely differentiates this widget from other widgets in the same application. [1]|`f9bc787d-ff05-48ad-90e1-fca1d46130b3`; `submit_order_1829`|
82
82
|[`app.screen.id`](/docs/registry/attributes/app.md)||`Recommended`| string | An identifier that uniquely differentiates this screen from other screens in the same application. [2]|`f9bc787d-ff05-48ad-90e1-fca1d46130b3`; `com.example.app.MainActivity`; `com.example.shop.ProductDetailFragment`; `MyApp.ProfileView`; `MyApp.ProfileViewController`|
@@ -123,7 +123,7 @@ Jank happens when the UI is rendered slowly enough for the user to experience so
123
123
124
124
**Attributes:**
125
125
126
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
126
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
127
127
|---|---|---|---|---|---|
128
128
|[`app.jank.frame_count`](/docs/registry/attributes/app.md)||`Recommended`| int | A number of frame renders that experienced jank. [1]|`9`; `42`|
129
129
|[`app.jank.period`](/docs/registry/attributes/app.md)||`Recommended`| double | The time period, in seconds, for which this jank is being reported. |`1.0`; `5.0`; `10.24`|
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
29
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
30
30
|---|---|---|---|---|---|
31
31
|[`azure.service.request.id`](/docs/registry/attributes/azure.md)||`Recommended`| string | The unique identifier of the service request. It's generated by the Azure service and returned with the response. |`00000000-0000-0000-0000-000000000000`|
32
32
|[`cloud.resource_id`](/docs/registry/attributes/cloud.md)||`Recommended`| string | The [Fully Qualified Azure Resource ID](https://learn.microsoft.com/rest/api/resources/resources/get-by-id) the log is emitted for. |`arn:aws:lambda:REGION:ACCOUNT_ID:function:my-function`; `//run.googleapis.com/projects/PROJECT_ID/locations/LOCATION_ID/services/SERVICE_ID`; `/subscriptions/<SUBSCRIPTION_GUID>/resourceGroups/<RG>/providers/Microsoft.Web/sites/<FUNCAPP>/functions/<FUNC>`|
Copy file name to clipboardExpand all lines: docs/cicd/cicd-spans.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The `{pipeline}` SHOULD be the [`cicd.pipeline.name`](/docs/registry/attributes/
52
52
53
53
**Attributes:**
54
54
55
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
55
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
56
56
|---|---|---|---|---|---|
57
57
|[`cicd.pipeline.result`](/docs/registry/attributes/cicd.md)||`Required`| string | The result of a pipeline run. |`success`; `failure`; `timeout`; `skipped`|
58
58
|[`error.type`](/docs/registry/attributes/error.md)||`Conditionally Required` if the pipeline result is `failure` or `error`| string | Describes a class of error the operation ended with. [1]|`timeout`; `java.net.UnknownHostException`; `server_certificate_invalid`; `500`|
@@ -133,7 +133,7 @@ This span describes task execution in a pipeline run.
133
133
134
134
**Attributes:**
135
135
136
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
136
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
137
137
|---|---|---|---|---|---|
138
138
|[`cicd.pipeline.task.name`](/docs/registry/attributes/cicd.md)||`Required`| string | The human readable name of a task within a pipeline. Task here most closely aligns with a [computing process](https://wikipedia.org/wiki/Pipeline_(computing)) in a pipeline. Other terms for tasks include commands, steps, and procedures. |`Run GoLang Linter`; `Go Build`; `go-test`; `deploy_binary`|
139
139
|[`cicd.pipeline.task.run.id`](/docs/registry/attributes/cicd.md)||`Required`| string | The unique identifier of a task run within a pipeline. |`12097`|
Copy file name to clipboardExpand all lines: docs/cli/cli-spans.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ the [Recording Errors](/docs/general/recording-errors.md) document for details o
34
34
35
35
**Attributes:**
36
36
37
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
37
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
38
38
|---|---|---|---|---|---|
39
39
|[`process.executable.name`](/docs/registry/attributes/process.md)||`Required`| string | The name of the process executable. On Linux based systems, this SHOULD be set to the base name of the target of `/proc/[pid]/exe`. On Windows, this SHOULD be set to the base name of `GetProcessImageFileNameW`. |`otelcol`|
40
40
|[`process.exit.code`](/docs/registry/attributes/process.md)||`Required`| int | The exit code of the process. |`127`|
@@ -100,7 +100,7 @@ the [Recording Errors](/docs/general/recording-errors.md) document for details o
100
100
101
101
**Attributes:**
102
102
103
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
103
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
104
104
|---|---|---|---|---|---|
105
105
|[`process.executable.name`](/docs/registry/attributes/process.md)||`Required`| string | The name of the process executable. On Linux based systems, this SHOULD be set to the base name of the target of `/proc/[pid]/exe`. On Windows, this SHOULD be set to the base name of `GetProcessImageFileNameW`. |`otelcol`|
106
106
|[`process.exit.code`](/docs/registry/attributes/process.md)||`Required`| int | The exit code of the process. |`127`|
Copy file name to clipboardExpand all lines: docs/cloud-providers/aws-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ interesting conventions are found.
40
40
41
41
**Attributes:**
42
42
43
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
43
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
44
44
|---|---|---|---|---|---|
45
45
|[`rpc.system`](/docs/registry/attributes/rpc.md)||`Required`| string | The value `aws-api`. |`aws-api`|
46
46
|[`aws.extended_request_id`](/docs/registry/attributes/aws.md)||`Conditionally Required` If available. | string | The AWS extended request ID as returned in the response header `x-amz-id-2`. |`wzHcyEWfmOGDIE5QOhTAqFDoDWP3y8IUvpNINCwL9N4TEHbUw0/gZJ+VZTmCNCWR7fezEN3eCiQ=`|
Copy file name to clipboardExpand all lines: docs/cloudevents/cloudevents-spans.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ attributes on spans created from the conventions described above.
56
56
57
57
**Attributes:**
58
58
59
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
59
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
60
60
|---|---|---|---|---|---|
61
61
|[`cloudevents.event_id`](/docs/registry/attributes/cloudevents.md)||`Required`| string | The [event_id](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#id) uniquely identifies the event. |`123e4567-e89b-12d3-a456-426614174000`; `0001`|
62
62
|[`cloudevents.event_source`](/docs/registry/attributes/cloudevents.md)||`Required`| string | The [source](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md#source-1) identifies the context in which an event happened. |`https://github.com/cloudevents`; `/cloudevents/spec/pull/123`; `my-service`|
Copy file name to clipboardExpand all lines: docs/database/cassandra.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Spans representing calls to a Cassandra database adhere to the general [Semantic
38
38
39
39
**Attributes:**
40
40
41
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
41
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
42
42
|---|---|---|---|---|---|
43
43
|[`db.collection.name`](/docs/registry/attributes/db.md)||`Conditionally Required`[1]| string | The name of the Cassandra table that the operation is acting upon. [2]|`public.users`; `customers`|
44
44
|[`db.namespace`](/docs/registry/attributes/db.md)||`Conditionally Required` If available. | string | The keyspace associated with the session. [3]|`mykeyspace`|
Copy file name to clipboardExpand all lines: docs/database/cosmosdb.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ Semantic conventions described in this document apply to the call-level spans on
47
47
48
48
**Attributes:**
49
49
50
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
50
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
51
51
|---|---|---|---|---|---|
52
52
|[`db.operation.name`](/docs/registry/attributes/db.md)||`Required`| string | The name of the operation or command being executed. [1]|`create_item`; `query_items`; `read_item`|
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
364
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
365
365
|---|---|---|---|---|---|
366
366
|[`db.operation.name`](/docs/registry/attributes/db.md)||`Required`| string | The name of the operation or command being executed. [1]|`findAndModify`; `HMSET`; `SELECT`|
367
367
|[`azure.cosmosdb.consistency.level`](/docs/registry/attributes/azure.md)||`Conditionally Required` If available. | string | Account or request [consistency level](https://learn.microsoft.com/azure/cosmos-db/consistency-levels). |`Eventual`; `ConsistentPrefix`; `BoundedStaleness`; `Strong`; `Session`|
@@ -452,7 +452,7 @@ It captures the number of active instances at any given time. Best practices dic
452
452
453
453
**Attributes:**
454
454
455
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
455
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
456
456
|---|---|---|---|---|---|
457
457
|[`server.port`](/docs/registry/attributes/server.md)||`Conditionally Required`[1]| int | Server port number. [2]|`80`; `8080`; `443`|
458
458
|[`server.address`](/docs/registry/attributes/server.md)||`Recommended`| string | Name of the database host. [3]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|
Copy file name to clipboardExpand all lines: docs/database/couchdb.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Spans representing calls to CouchDB adhere to the general [Semantic Conventions
44
44
45
45
**Attributes:**
46
46
47
-
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Summary| Example Values |
47
+
| Key | Stability |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Value Type |Description| Example Values |
48
48
|---|---|---|---|---|---|
49
49
|[`db.namespace`](/docs/registry/attributes/db.md)||`Conditionally Required` If available. | string | The name of the database, fully qualified within the server address and port. |`customers`; `test.users`|
50
50
|[`db.operation.name`](/docs/registry/attributes/db.md)||`Conditionally Required` If readily available. | string | The HTTP method + the target REST route. [1]|`GET /{db}/{docid}`|
0 commit comments