-
Notifications
You must be signed in to change notification settings - Fork 283
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
[Instrumentation.Process] Removed CPU utilization metric process.cpu.utilization
.
#972
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #972 +/- ##
==========================================
- Coverage 68.34% 68.24% -0.11%
==========================================
Files 183 183
Lines 7023 7010 -13
==========================================
- Hits 4800 4784 -16
- Misses 2223 2226 +3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is part of experimental ote-spec
https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/process-metrics.md
it will be good to eventually bring it back.
process.cpu.utilization
.
@Yun-Ting Could you fix the conflicts, and we are good to merge |
Fixes #831.
Related to: #948
Changes
Used static ctor for ProcessMetrics and made Meter static.
Removed/updated CPU utilization related tests.
Added tests to check thread safety.
CHANGELOG.md
updated for non-trivial changes