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
git diff --exit-code './docs/attributes-registry/*.md' || (echo 'Attribute registry markdown is out of date, please run "make attribute-registry-generation" and commit the changes in this PR.' && exit 1)
93
+
make registry-generation
94
+
git diff --exit-code './docs/registry/*.md' || (echo 'Attribute registry markdown is out of date, please run "make registry-generation" and commit the changes in this PR.' && exit 1)
git diff --exit-code ':*.md'|| (echo 'Generated markdown Table of Contents is out of date, please run "make markdown-toc" and commit the changes in this PR.'&&exit 1)
|[`app.screen.coordinate.x`](/docs/attributes-registry/app.md)| int | The x (horizontal) coordinate of a screen coordinate, in screen pixels. |`0`; `131`|`Required`||
43
-
|[`app.screen.coordinate.y`](/docs/attributes-registry/app.md)| int | The y (vertical) component of a screen coordinate, in screen pixels. |`12`; `99`|`Required`||
42
+
|[`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
44
45
45
<!-- markdownlint-restore -->
46
46
<!-- prettier-ignore-end -->
@@ -66,10 +66,10 @@ Use this event to indicate that visual application component has been clicked, t
|[`app.widget.id`](/docs/attributes-registry/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/attributes-registry/app.md)| int | The x (horizontal) coordinate of a screen coordinate, in screen pixels. |`0`; `131`|`Opt-In`||
71
-
|[`app.screen.coordinate.y`](/docs/attributes-registry/app.md)| int | The y (vertical) component of a screen coordinate, in screen pixels. |`12`; `99`|`Opt-In`||
72
-
|[`app.widget.name`](/docs/attributes-registry/app.md)| string | The name of an application widget. [2]|`submit`; `attack`; `Clear Cart`|`Opt-In`||
69
+
|[`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
73
74
74
**[1]`app.widget.id`:** A widget is an application component, typically an on-screen visual GUI element.
75
75
@@ -82,7 +82,7 @@ Use this event to indicate that visual application component has been clicked, t
82
82
83
83
## Attributes
84
84
85
-
See the [app attributes](/docs/attributes-registry/app.md) registry for all
85
+
See the [app attributes](/docs/registry/attributes/app.md) registry for all
86
86
application-related attributes that may appear on telemetry items.
|[`az.service_request_id`](/docs/attributes-registry/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/attributes-registry/cloud.md)| string | The [Fully Qualified Azure Resource ID](https://docs.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`||
29
+
|[`az.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://docs.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`||
0 commit comments