You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
andcloud.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 usingoci
in the conventions, since that is currently used for the open container initiative.Instead, I propose that we use
oracle_cloud
in theid
andvalue
properties, and the fullOracle Cloud Infrastructure (OCI)
name in thebrief
field, like so:cloud.provider:
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:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: