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
(see [#1870](https://github.com/open-telemetry/semantic-conventions/issues/1870)).
39
39
40
-
|Body Field |Type|Description | Examples |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)|Stability|
40
+
| Field Name|Stability|[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)|Value Type | Description | Example Values|
41
41
|---|---|---|---|---|---|
42
-
|`category`| string | The Azure category of the log entry. |`AuditEvent`; `GatewayLogs`; `ApplicationGatewayAccessLog`|`Recommended`||
43
-
|`correlation.id`| string | The correlation ID of the log entry. |`607964b6-41a5-4e24-a5db-db7aab3b9b34`|`Recommended`||
44
-
|`duration`| int | The duration of the operations in milliseconds. |`1000`|`Recommended`||
45
-
|`identity`| undefined | "A JSON blob that describes the identity of the user or application that performed the operation." [1]||`Opt-In`||
46
-
|`operation.name`| string | The name of the operation. |`SecretGet`; `Microsoft.ApiManagement/GatewayLogs`; `ApplicationGatewayAccess`|`Recommended`||
47
-
|`operation.version`|string | The version of the operation. |`1.0`|`Recommended`||
48
-
|`properties`| undefined | The properties provided in the Azure Resource Log. ||`Recommended`||
49
-
|`result.description`| string | The description of the result. |`The operation was successful`; `The operation failed`|`Recommended`||
50
-
|`result.signature`| string | The substatus of associated with the logged event. |`OK`|`Recommended`||
51
-
|`result.type`| string | The status associated with the logged event. |`Succeeded`; `Failed`; `Started`|`Recommended`||
52
-
|`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]||
42
+
|`category`||`Recommended`|string | The Azure category of the log entry. |`AuditEvent`; `GatewayLogs`; `ApplicationGatewayAccessLog`|
43
+
|`correlation.id`||`Recommended`|string | The correlation ID of the log entry. |`607964b6-41a5-4e24-a5db-db7aab3b9b34`|
44
+
|`duration`||`Recommended`|int | The duration of the operations in milliseconds. |`1000`|
45
+
|`identity`||`Opt-In`|undefined | "A JSON blob that describes the identity of the user or application that performed the operation." [1]||
46
+
|`operation.name`||`Recommended`|string | The name of the operation. |`SecretGet`; `Microsoft.ApiManagement/GatewayLogs`; `ApplicationGatewayAccess`|
47
+
|`operation.version`||`Recommended`| string | The version of the operation. |`1.0`|
48
+
|`properties`||`Recommended`|undefined | The properties provided in the Azure Resource Log. ||
49
+
|`result.description`||`Recommended`|string | The description of the result. |`The operation was successful`; `The operation failed`|
50
+
|`result.signature`||`Recommended`|string | The substatus of associated with the logged event. |`OK`|
51
+
|`result.type`||`Recommended`|string | The status associated with the logged event. |`Succeeded`; `Failed`; `Started`|
52
+
|`tenant.id`||`Conditionally Required`[2]||string | The tenant ID of the Active Directory tenant that this event is tied to. |`00000000-0000-0000-0000-000000000000`|
53
53
54
54
**[1]:** Typically, this field includes the authorization and claims or JWT token from Active Directory.
(see [#1870](https://github.com/open-telemetry/semantic-conventions/issues/1870)).
32
32
33
-
|Body Field |Type|Description | Examples |[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)|Stability|
33
+
| Field Name|Stability|[Requirement Level](https://opentelemetry.io/docs/specs/semconv/general/attribute-requirement-level/)|Value Type | Description | Example Values|
34
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`||
35
+
|`delta`||`Required`|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`|
36
+
|`id`||`Required`|string | A unique ID representing this particular metric instance. |`v3-1677874579383-6381583661209`|
37
+
|`name`||`Required`| enum | Name of the web vital. |`cls`|
38
+
|`value`||`Required`| double | Value of the web vital. |`1.0`|
39
39
40
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.
0 commit comments