Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map SunOS to solaris for os.type resource attribute #2509

Merged
merged 4 commits into from
Apr 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 -->