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

hostmetrics cpu.load.average uses wrong unit #29914

Closed
povilasv opened this issue Dec 15, 2023 · 1 comment
Closed

hostmetrics cpu.load.average uses wrong unit #29914

povilasv opened this issue Dec 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working receiver/hostmetrics

Comments

@povilasv
Copy link
Contributor

povilasv commented Dec 15, 2023

Component(s)

receiver/hostmetrics

What happened?

Description

The system.cpu.load_average.5m uses 1 as unit, which is reserved for utilization metrics - https://opentelemetry.io/docs/specs/semconv/general/metrics/#instrument-units

CPU Load Average does not track utilization and can go above 1

Steps to Reproduce

Expected Result

Actual Result

Collector version

v0.91.0

Environment information

Environment

OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

OpenTelemetry Collector configuration

No response

Log output

No response

Additional context

No response

@povilasv povilasv added bug Something isn't working needs triage New item requiring triage labels Dec 15, 2023
@songy23 songy23 added receiver/hostmetrics and removed needs triage New item requiring triage labels Dec 15, 2023
Copy link
Contributor

Pinging code owners for receiver/hostmetrics: @dmitryax @braydonk. See Adding Labels via Comments if you do not have permissions to add labels yourself.

dmitryax pushed a commit that referenced this issue Jan 5, 2024
**Description:** 
The system.cpu.load_average.5m uses 1 as unit, which is reserved for
utilization metrics -
https://opentelemetry.io/docs/specs/semconv/general/metrics/#instrument-units

CPU Load Average does not track utilization and can go above 

**Link to tracking Issue:** #29914
@dmitryax dmitryax closed this as completed Jan 5, 2024
cparkins pushed a commit to AmadeusITGroup/opentelemetry-collector-contrib that referenced this issue Jan 10, 2024
)

**Description:** 
The system.cpu.load_average.5m uses 1 as unit, which is reserved for
utilization metrics -
https://opentelemetry.io/docs/specs/semconv/general/metrics/#instrument-units

CPU Load Average does not track utilization and can go above 

**Link to tracking Issue:** open-telemetry#29914
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working receiver/hostmetrics
Projects
None yet
Development

No branches or pull requests

3 participants