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
| cloud.provider | The cloud service provider. In this context, it's always "azure". |
56
-
| cloud.resource_id | The Azure Resource Manager URI uniquely identifying the Azure App Service. Typically in the format "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Web/sites/{siteName}". |
57
-
| cloud.region | The Azure region where the App Service is hosted, e.g., "East US", "West Europe", etc. |
58
-
| deployment.environment| The deployment slot where the Azure App Service is running, such as "staging", "production", etc. |
59
-
| host.id | The primary hostname for the app, excluding any custom hostnames. |
60
-
| service.instance.id | The specific instance of the Azure App Service, useful in a scaled-out configuration. |
61
-
| service.name | The name of the Azure App Service. |
| cloud.provider | The cloud service provider. In this context, it's always "azure". |
56
+
| cloud.resource_id | The Azure Resource Manager URI uniquely identifying the Azure App Service. Typically in the format "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Web/sites/{siteName}". |
57
+
| cloud.region | The Azure region where the App Service is hosted, e.g., "East US", "West Europe", etc. |
58
+
| deployment.environment.name| The deployment slot where the Azure App Service is running, such as "staging", "production", etc. |
59
+
| host.id | The primary hostname for the app, excluding any custom hostnames. |
60
+
| service.instance.id | The specific instance of the Azure App Service, useful in a scaled-out configuration. |
61
+
| service.name | The name of the Azure App Service. |
62
62
63
63
## VM Resource Detector
64
64
@@ -81,19 +81,19 @@ using var meterProvider = Sdk.CreateMeterProviderBuilder()
| azure.vm.scaleset.name | The name of the Virtual Machine Scale Set if the VM is part of one. |
87
-
| cloud.platform | The cloud platform, which is always set to "azure_vm" in this context. |
88
-
| cloud.provider | The cloud service provider, which is always set to "azure" in this context. |
89
-
| cloud.region | The Azure region where the Virtual Machine is hosted, such as "East US", "West Europe", etc. |
90
-
| cloud.resource_id | The Azure Resource Manager URI uniquely identifying the Azure Virtual Machine. It typically follows this format: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/virtualMachines/{vmName}". |
91
-
| host.id | A unique identifier for the VM host, for instance, "02aab8a4-74ef-476e-8182-f6d2ba4166a6". |
92
-
| host.name | The name of the host machine. |
93
-
| host.type | The size of the VM instance, for example, "Standard_D2s_v3". |
94
-
| os.type | The type of operating system running on the VM, such as "Linux" or "Windows". |
95
-
| os.version | The version of the operating system running on the VM. |
96
-
| service.instance.id | An identifier for a specific instance of the service running on the Azure VM, for example, "02aab8a4-74ef-476e-8182-f6d2ba4166a6". |
| azure.vm.scaleset.name | The name of the Virtual Machine Scale Set if the VM is part of one. |
87
+
| cloud.platform | The cloud platform, which is always set to "azure_vm" in this context. |
88
+
| cloud.provider | The cloud service provider, which is always set to "azure" in this context. |
89
+
| cloud.region | The Azure region where the Virtual Machine is hosted, such as "East US", "West Europe", etc. |
90
+
| cloud.resource_id | The Azure Resource Manager URI uniquely identifying the Azure Virtual Machine. It typically follows this format: "/subscriptions/{subscriptionId}/resourceGroups/{groupName}/providers/Microsoft.Compute/virtualMachines/{vmName}". |
91
+
| host.id | A unique identifier for the VM host, for instance, "02aab8a4-74ef-476e-8182-f6d2ba4166a6". |
92
+
| host.name | The name of the host machine. |
93
+
| host.type | The size of the VM instance, for example, "Standard_D2s_v3". |
94
+
| os.type | The type of operating system running on the VM, such as "Linux" or "Windows". |
95
+
| os.version | The version of the operating system running on the VM. |
96
+
| service.instance.id | An identifier for a specific instance of the service running on the Azure VM, for example, "02aab8a4-74ef-476e-8182-f6d2ba4166a6". |
97
97
98
98
## Azure Container Apps Resource Detector
99
99
@@ -116,10 +116,10 @@ using var meterProvider = Sdk.CreateMeterProviderBuilder()
0 commit comments