Skip to content

Commit

Permalink
upate azure prefix to az.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed May 29, 2024
1 parent ea104de commit 3f8d012
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions docs/attributes-registry/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion model/registry/azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3f8d012

Please sign in to comment.