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
This library provides custom resource detector for Azure VMs. OpenTelemetry Python has an experimental feature whereby Resource Detectors can be injected to Resource Attributes. This package includes a resource detector for Azure VM. This detector fills out the following Resource Attributes:
11
+
* `azure.vm.scaleset.name`
12
+
* `azure.vm.sku`
13
+
* `cloud.platform`
14
+
* `cloud.provider`
15
+
* `cloud.region`
16
+
* `cloud.resource_id`
17
+
* `host.id`
18
+
* `host.name`
19
+
* `host.type`
20
+
* `os.type`
21
+
* `os.version`
22
+
* `service.instance.id`
23
+
24
+
For more information, see the Semantic Conventions for Cloud Resource Attributes.
0 commit comments