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
This event represents an instantaneous click on the screen of an application.
37
-
38
-
The `app.screen.click` event can be used to indicate that a user has clicked or tapped on the screen portion of an application. Clicks outside of an application's active area SHOULD NOT generate this event. This event does not differentiate between touch/mouse down and touch/mouse up. Implementations SHOULD give preference to generating this event at the time the click is complete, typically on touch release or mouse up. The location of the click event MUST be provided in absolute screen pixels.
|[`app.screen.coordinate.x`](/docs/registry/attributes/app.md)| int | The x (horizontal) coordinate of a screen coordinate, in screen pixels. |`0`; `131`|`Required`||
43
-
|[`app.screen.coordinate.y`](/docs/registry/attributes/app.md)| int | The y (vertical) component of a screen coordinate, in screen pixels. |`12`; `99`|`Required`||
44
-
45
-
<!-- markdownlint-restore -->
46
-
<!-- prettier-ignore-end -->
47
-
<!-- END AUTOGENERATED TEXT -->
48
-
<!-- endsemconv -->
49
-
50
-
### Event: `app.widget.click`
51
-
52
-
<!-- semconv event.app.widget.click -->
53
-
<!-- NOTE: THIS TEXT IS AUTOGENERATED. DO NOT EDIT BY HAND. -->
54
-
<!-- see templates/registry/markdown/snippet.md.j2 -->
|[`app.widget.id`](/docs/registry/attributes/app.md)| string | An identifier that uniquely differentiates this widget from other widgets in the same application. [1]|`f9bc787d-ff05-48ad-90e1-fca1d46130b3`; `submit_order_1829`|`Required`||
70
-
|[`app.screen.coordinate.x`](/docs/registry/attributes/app.md)| int | The x (horizontal) coordinate of a screen coordinate, in screen pixels. |`0`; `131`|`Opt-In`||
71
-
|[`app.screen.coordinate.y`](/docs/registry/attributes/app.md)| int | The y (vertical) component of a screen coordinate, in screen pixels. |`12`; `99`|`Opt-In`||
72
-
|[`app.widget.name`](/docs/registry/attributes/app.md)| string | The name of an application widget. [2]|`submit`; `attack`; `Clear Cart`|`Opt-In`||
73
-
74
-
**[1]`app.widget.id`:** A widget is an application component, typically an on-screen visual GUI element.
75
-
76
-
**[2]`app.widget.name`:** A widget is an application component, typically an on-screen visual GUI element.
Describes Azure Resource Log event, see [Azure Resource Log Top-level Schema](https://learn.microsoft.com/azure/azure-monitor/essentials/resource-logs-schema#top-level-common-schema) for more details.
|[`azure.service.request.id`](/docs/registry/attributes/azure.md)| 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`|`Recommended`||
30
-
|[`cloud.resource_id`](/docs/registry/attributes/cloud.md)| 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>`|`Recommended`||
31
-
32
-
**Body fields:**
33
-
34
-
:warning: Body fields will be moved to complex attributes once the
(see [#1870](https://github.com/open-telemetry/semantic-conventions/issues/1870)).
37
-
38
-
| Body Field | Type | Description | Examples |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Stability |
39
-
|---|---|---|---|---|---|
40
-
|`category`| string | The Azure category of the log entry. |`AuditEvent`; `GatewayLogs`; `ApplicationGatewayAccessLog`|`Recommended`||
41
-
|`correlation.id`| string | The correlation ID of the log entry. |`607964b6-41a5-4e24-a5db-db7aab3b9b34`|`Recommended`||
42
-
|`duration`| int | The duration of the operations in milliseconds. |`1000`|`Recommended`||
43
-
|`identity`| undefined | "A JSON blob that describes the identity of the user or application that performed the operation." [1]||`Opt-In`||
44
-
|`operation.name`| string | The name of the operation. |`SecretGet`; `Microsoft.ApiManagement/GatewayLogs`; `ApplicationGatewayAccess`|`Recommended`||
45
-
|`operation.version`| string | The version of the operation. |`1.0`|`Recommended`||
46
-
|`properties`| undefined | The properties provided in the Azure Resource Log. ||`Recommended`||
47
-
|`result.description`| string | The description of the result. |`The operation was successful`; `The operation failed`|`Recommended`||
48
-
|`result.signature`| string | The substatus of associated with the logged event. |`OK`|`Recommended`||
49
-
|`result.type`| string | The status associated with the logged event. |`Succeeded`; `Failed`; `Started`|`Recommended`||
50
-
|`tenant.id`| string | The tenant ID of the Active Directory tenant that this event is tied to. |`00000000-0000-0000-0000-000000000000`|`Conditionally Required`[2]||
51
-
52
-
**[1]:** Typically, this field includes the authorization and claims or JWT token from Active Directory.
53
-
54
-
> [!Warning]
55
-
> This field contains sensitive (PII) information.
56
-
57
-
**[2]`tenant.id`:** if the event is tied to an Active Directory tenant.
(see [#1870](https://github.com/open-telemetry/semantic-conventions/issues/1870)).
32
-
33
-
| Body Field | Type | Description | Examples |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)| Stability |
34
-
|---|---|---|---|---|---|
35
-
|`delta`| double | The delta between the current value and the last-reported value. See [delta](https://github.com/GoogleChrome/web-vitals?tab=readme-ov-file#report-only-the-delta-of-changes). |`0.2`|`Required`||
36
-
|`id`| string | A unique ID representing this particular metric instance. |`v3-1677874579383-6381583661209`|`Required`||
37
-
|`name`| enum | Name of the web vital. |`cls`|`Required`||
38
-
|`value`| double | Value of the web vital. |`1.0`|`Required`||
39
-
40
-
`name` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
41
-
42
-
| Value | Description | Stability |
43
-
|---|---|---|
44
-
|`cls`| Cumulative Layout Shift. See [cls](https://web.dev/articles/cls). ||
45
-
|`fid`| First Input Delay. See [fid](https://web.dev/articles/fid). ||
46
-
|`inp`| Interation to Next Paint. See [inp](https://web.dev/articles/inp). ||
47
-
|`lcp`| Largest Contentful Paint. See [lcp](https://web.dev/articles/lcp). ||
Copy file name to clipboardExpand all lines: docs/exceptions/exceptions-logs.md
+33-1Lines changed: 33 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,44 @@ The table below indicates which attributes should be added to the
46
46
|---|---|---|---|---|---|
47
47
|[`exception.message`](/docs/registry/attributes/exception.md)| string | The exception message. |`Division by zero`; `Can't convert 'int' object to str implicitly`|`Conditionally Required`[1]||
48
48
|[`exception.type`](/docs/registry/attributes/exception.md)| string | The type of the exception (its fully-qualified class name, if applicable). The dynamic type of the exception should be preferred over the static type in languages that support it. |`java.net.ConnectException`; `OSError`|`Conditionally Required`[2]||
49
-
|[`exception.stacktrace`](/docs/registry/attributes/exception.md)| string | A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG. |`Exception in thread "main" java.lang.RuntimeException: Test exception\n at com.example.GenerateTrace.methodB(GenerateTrace.java:13)\n at com.example.GenerateTrace.methodA(GenerateTrace.java:9)\n at com.example.GenerateTrace.main(GenerateTrace.java:5)`|`Recommended`||
49
+
|[`exception.stacktrace`](/docs/registry/attributes/exception.md)| string | A stacktrace as a string in the natural representation for the language runtime. The representation is to be determined and documented by each language SIG. [3]|`Exception in thread "main" java.lang.RuntimeException: Test exception\n at com.example.GenerateTrace.methodB(GenerateTrace.java:13)\n at com.example.GenerateTrace.methodA(GenerateTrace.java:9)\n at com.example.GenerateTrace.main(GenerateTrace.java:5)`|`Recommended`||
50
50
51
51
**[1]`exception.message`:** Required if `exception.type` is not set, recommended otherwise.
52
52
53
53
**[2]`exception.type`:** Required if `exception.message` is not set, recommended otherwise.
54
54
55
+
**[3]`exception.stacktrace`:** The table below, adapted from [Google Cloud][gcp-error-reporting], includes
56
+
possible representations of stacktraces in various languages. The table is not
57
+
meant to be a recommendation for any particular language, although SIGs are free
0 commit comments