Skip to content

Commit

Permalink
add ibm cloud as a cloud provider
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <[email protected]>
  • Loading branch information
frzifus committed Nov 18, 2022
1 parent b6c6176 commit 3015c89
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ release.

### Semantic Conventions

- Add IBM Cloud as a cloud provider.
([#2965](https://github.com/open-telemetry/opentelemetry-specification/pull/2965))

### Compatibility

### OpenTelemetry Protocol
Expand Down
8 changes: 8 additions & 0 deletions semantic_conventions/resource/cloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ groups:
- id: 'tencent_cloud'
value: 'tencent_cloud'
brief: 'Tencent Cloud'
- id: 'ibm_cloud'
value: 'ibm_cloud'
brief: 'IBM Cloud'

brief: >
Name of the cloud provider.
- id: account.id
Expand Down Expand Up @@ -119,6 +123,10 @@ groups:
- id: tencent_cloud_scf
value: 'tencent_cloud_scf'
brief: Tencent Cloud Serverless Cloud Function (SCF)
- id: ibm_cloud_openshift
value: 'ibm_cloud_openshift'
brief: Red Hat OpenShift on IBM Cloud

brief: >
The cloud platform in use.
note: >
Expand Down

0 comments on commit 3015c89

Please sign in to comment.