Skip to content

Commit

Permalink
Map SunOS to solaris for os.type resource attribute (#2509)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauno56 authored Apr 27, 2022
1 parent 7409f4f commit 3ab80ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion semantic_conventions/resource/os.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ groups:
brief: "AIX (Advanced Interactive eXecutive)"
- id: solaris
value: 'solaris'
brief: "Oracle Solaris"
brief: "SunOS, Oracle Solaris"
- id: z_os
value: 'z_os'
brief: "IBM z/OS"
Expand Down
2 changes: 1 addition & 1 deletion specification/resource/semantic_conventions/os.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ In case of virtualized environments, this is the operating system as it is obser
| `dragonflybsd` | DragonFly BSD |
| `hpux` | HP-UX (Hewlett Packard Unix) |
| `aix` | AIX (Advanced Interactive eXecutive) |
| `solaris` | Oracle Solaris |
| `solaris` | SunOS, Oracle Solaris |
| `z_os` | IBM z/OS |
<!-- endsemconv -->

0 comments on commit 3ab80ea

Please sign in to comment.