bug: host-metrics reporting wrong system and process CPU utilization #1718
Labels
bug
Something isn't working
pkg:host-metrics
priority:p2
Bugs and spec inconsistencies which cause telemetry to be incomplete or incorrect
What version of OpenTelemetry are you using?
"dependencies": {
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.39.2",
"@opentelemetry/host-metrics": "^0.33.1",
"@opentelemetry/sdk-metrics": "^1.15.2",
"@opentelemetry/sdk-node": "^0.41.2"
}
What version of Node are you using?
v18.16.0
What did you do?
Instrument an application with console metrics exporter and watch the CPU utilisation values. There is a repo with the app
https://github.com/david-luna/otel-metrics-cpu-utilization
What did you expect to see?
According to semantic conventions I expect to see CPU utilization values between 0 and 1.
What did you see instead?
Values are way above 1 like the sample provided in the repo I get some metric readings like this one.
Additional context
N/A
The text was updated successfully, but these errors were encountered: