Skip to content

Commit

Permalink
Add IBM z/Architecture (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
z1c0 authored Oct 28, 2021
1 parent e9159e4 commit 0f01b30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ release.

### Semantic Conventions

- Add "IBM z/Architecture" (`s390x`) to `host.arch`
([#2055](https:/open-telemetry/opentelemetry-specification/pull/2055))
- BREAKING: Remove db.cassandra.keyspace and db.hbase.namespace, and clarify db.name
([#1973](https:/open-telemetry/opentelemetry-specification/pull/1973))
- Add AWS App Runner as a cloud platform
Expand Down
3 changes: 3 additions & 0 deletions semantic_conventions/resource/host.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ groups:
- id: ppc64
value: 'ppc64'
brief: "64-bit PowerPC"
- id: s390x
value: 's390x'
brief: "IBM z/Architecture"
- id: x86
value: 'x86'
brief: "32-bit x86"
Expand Down
1 change: 1 addition & 0 deletions specification/resource/semantic_conventions/host.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
| `ia64` | Itanium |
| `ppc32` | 32-bit PowerPC |
| `ppc64` | 64-bit PowerPC |
| `s390x` | IBM z/Architecture |
| `x86` | 32-bit x86 |
<!-- endsemconv -->

0 comments on commit 0f01b30

Please sign in to comment.