diff --git a/docs/attributes-registry/azure.md b/docs/attributes-registry/azure.md index 3360f217ad..4bd061153b 100644 --- a/docs/attributes-registry/azure.md +++ b/docs/attributes-registry/azure.md @@ -13,20 +13,20 @@ This document defines generic attributes for Azure Logs. -| Attribute | Type | Description | Examples | Stability | -| -------------------------- | ------ | --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | -| `azure.category` | string | The Azure category of the log entry | `AuditEvent`; `GatewayLogs`; `ApplicationGatewayAccessLog` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.correlation.id` | string | The correlation ID of the log entry | `607964b6-41a5-4e24-a5db-db7aab3b9b34` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.duration` | int | The duration of the log entry in milliseconds | `1000` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.identity` | string | The identity of the log entry | `someone` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.operation.name` | string | The name of the operation | `SecretGet`; `Microsoft.ApiManagement/GatewayLogs`; `ApplicationGatewayAccess` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.operation.version` | string | The version of the operation | `1.0` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.properties` | string | The properties of the log entry | `{'string': 'value'}`; `{'int': 1234 }`; `{'float': '1.234'}`; `{'bool': true}` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.resource.id` | string | The ID of the resource | `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.ApiManagement/service/apim` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.result.description` | string | The description of the result | `The operation was successful`; `The operation failed` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.result.signature` | string | The signature of the result | `00000000-0000-0000-0000-000000000000` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.result.type` | string | The type of the result | `success`; `failure` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | -| `azure.tenant.id` | string | The ID of the tenant | `00000000-0000-0000-0000-000000000000` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| Attribute | Type | Description | Examples | Stability | +| --------------------------- | ------ | --------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | +| `az.log.category` | string | The Azure category of the log entry | `AuditEvent`; `GatewayLogs`; `ApplicationGatewayAccessLog` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.correlation.id` | string | The correlation ID of the log entry | `607964b6-41a5-4e24-a5db-db7aab3b9b34` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.duration` | int | The duration of the log entry in milliseconds | `1000` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.identity` | string | The identity of the log entry | `someone` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.operation.name` | string | The name of the operation | `SecretGet`; `Microsoft.ApiManagement/GatewayLogs`; `ApplicationGatewayAccess` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.operation.version` | string | The version of the operation | `1.0` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.properties` | string | The properties of the log entry | `{'string': 'value'}`; `{'int': 1234 }`; `{'float': '1.234'}`; `{'bool': true}` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.resource.id` | string | The ID of the resource | `/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/rg/providers/Microsoft.ApiManagement/service/apim` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.result.description` | string | The description of the result | `The operation was successful`; `The operation failed` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.result.signature` | string | The signature of the result | `00000000-0000-0000-0000-000000000000` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.result.type` | string | The type of the result | `success`; `failure` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | +| `az.log.tenant.id` | string | The ID of the tenant | `00000000-0000-0000-0000-000000000000` | ![Experimental](https://img.shields.io/badge/-experimental-blue) | ## Azure Sdk Attributes diff --git a/model/registry/azure.yaml b/model/registry/azure.yaml index adc01078ca..fd47329f79 100644 --- a/model/registry/azure.yaml +++ b/model/registry/azure.yaml @@ -12,7 +12,7 @@ groups: examples: - "00000000-0000-0000-0000-000000000000" - id: registry.azure.logs - prefix: azure + prefix: az.log type: attribute_group brief: > This document defines generic attributes for Azure Logs.