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

Add Oracle Cloud Infrastructure #1658

Open
geekdave opened this issue Dec 7, 2024 · 0 comments
Open

Add Oracle Cloud Infrastructure #1658

geekdave opened this issue Dec 7, 2024 · 0 comments
Labels
area:cloud enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage

Comments

@geekdave
Copy link

geekdave commented Dec 7, 2024

Area(s)

area:cloud

Is your change request related to a problem? Please describe.

I'm an engineer at Oracle working on adding support for Oracle Cloud Infrastructure to the OTel Collector Contrib, in the form of a new Resource Detection Processor. See: open-telemetry/opentelemetry-collector-contrib#35091

As part of this work, we'd like to define new semantic conventions that we can utilize in that project, to avoid hardcoding names for cloud.provider and cloud.platform.

Describe the solution you'd like

We generally use the acronym OCI to refer to Oracle Cloud Infrastructure however @dashpole advised us that we may want to avoid using oci in the conventions, since that is currently used for the open container initiative.

Instead, I propose that we use oracle_cloud in the id and value properties, and the full Oracle Cloud Infrastructure (OCI) name in the brief field, like so:

cloud.provider:

            - id: 'oracle_cloud'
              value: 'oracle_cloud'
              brief: 'Oracle Cloud Infrastructure (OCI)'
              stability: experimental

We'd also like to define two additions to the cloud.platform area, as these will be used in our Resource Detection Processor mentioned above.

cloud.platform:

            - id: oracle_cloud_compute
              value: 'oracle_cloud_compute'
              brief: Compute on Oracle Cloud Infrastructure (OCI)
              stability: experimental
            - id: oracle_cloud_oke
              value: 'oracle_cloud_oke'
              brief: Kubernetes Engine (OKE) on Oracle Cloud Infrastructure (OCI)
              stability: experimental

Describe alternatives you've considered

No response

Additional context

No response

@geekdave geekdave added enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage labels Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:cloud enhancement New feature or request experts needed This issue or pull request is outside an area where general approvers feel they can approve triage:needs-triage
Projects
None yet
Development

No branches or pull requests

1 participant