-
Notifications
You must be signed in to change notification settings - Fork 183
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
host.cpu.family
and host.cpu.model.id
should be strings
#495
Comments
mx-psi
changed the title
Nov 9, 2023
host.cpu.family
and host.cpu.model
should be stringshost.cpu.family
and host.cpu.model.id
should be strings
3 tasks
github-project-automation
bot
moved this to Done
in System Semantic Convention Working Group
Nov 13, 2023
mx-psi
added a commit
to open-telemetry/opentelemetry-collector-contrib
that referenced
this issue
Nov 13, 2023
…odel to string (#29152) **Description:** Add feature gate to change family and CPU model to string, to adapt to open-telemetry/semantic-conventions/issues/495. **Link to tracking Issue:** Fixes #29025 **Testing:** Tested with the sample configuration on #26533.
RoryCrispin
pushed a commit
to ClickHouse/opentelemetry-collector-contrib
that referenced
this issue
Nov 24, 2023
…odel to string (open-telemetry#29152) **Description:** Add feature gate to change family and CPU model to string, to adapt to open-telemetry/semantic-conventions/issues/495. **Link to tracking Issue:** Fixes open-telemetry#29025 **Testing:** Tested with the sample configuration on open-telemetry#26533.
mx-psi
added a commit
to open-telemetry/opentelemetry-collector-contrib
that referenced
this issue
Nov 30, 2023
…ostCPUModelAndFamilyAsString` to beta (#29462) **Description:** Follow up to #29152. The feature gate has been in alpha for two releases (v0.89.0 and v0.90.0). **Link to tracking Issue:** Relates to #29025 and to open-telemetry/semantic-conventions/issues/495. **Testing:** Tested with the sample configuration on #26533.
mx-psi
added a commit
to open-telemetry/opentelemetry-collector-contrib
that referenced
this issue
May 17, 2024
…PUModelAndFamilyAsString` feature gate to stable (#33077) **Description:** <Describe what has changed.> <!--Ex. Fixing a bug - Describe the bug and how this fixes the issue. Ex. Adding a feature - Explain what this achieves.--> Follows #29152 and #29462. The feature gate has been in beta since v0.91.0. **Link to tracking Issue:** Relates to #29025 and to open-telemetry/semantic-conventions#495
mx-psi
pushed a commit
to open-telemetry/opentelemetry-collector-contrib
that referenced
this issue
Sep 16, 2024
…CPUModelAndFamilyAsString feature gate (#35203) Description: Follows #33077, #29152 and #29462. The feature gate has been stable since v0.101.0. Link to tracking Issue: Relates to #29025 and to open-telemetry/semantic-conventions#495 /cc @mx-psi --------- Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
jriguera
pushed a commit
to springernature/opentelemetry-collector-contrib
that referenced
this issue
Oct 4, 2024
…CPUModelAndFamilyAsString feature gate (open-telemetry#35203) Description: Follows open-telemetry#33077, open-telemetry#29152 and open-telemetry#29462. The feature gate has been stable since v0.101.0. Link to tracking Issue: Relates to open-telemetry#29025 and to open-telemetry/semantic-conventions#495 /cc @mx-psi --------- Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on open-telemetry/opentelemetry-collector-contrib/issues/29025, for some processor families (see linked issue) it seems like the CPU familiy and the CPU model are not integers (integers are used for Intel and AMD, but not e.g. PowerPC).
We should change the type to string. This is a breaking change that has no way to be expressed on the telemetry schema.
The text was updated successfully, but these errors were encountered: