Skip to content

Commit 948304a

Browse files
kbrockhoffcarlosalberto
authored andcommitted
Add VM image semantic conventions (#405)
1 parent 6db0317 commit 948304a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

specification/data-resource-semantic-conventions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ Attributes defining a computing instance (e.g. host).
118118
| host.id | Unique host id.<br/> For Cloud this must be the instance_id assigned by the cloud provider | `opentelemetry-test` |
119119
| host.name | Name of the host.<br/> It may contain what `hostname` returns on Unix systems, the fully qualified, or a name specified by the user. | `opentelemetry-test` |
120120
| host.type | Type of host.<br/> For Cloud this must be the machine type.| `n1-standard-1` |
121+
| host.image.name | Name of the VM image or OS install the host was instantiated from. | `infra-ami-eks-worker-node-7d4ec78312`, `CentOS-8-x86_64-1905` |
122+
| host.image.id | VM image id. For Cloud, this value is from the provider. | `ami-07b06b442921831e5` |
123+
| host.image.version | The version string of the VM image as defined in [Version Attributes](#version-attributes). | `0.1` |
121124

122125
## Environment
123126

0 commit comments

Comments
 (0)