-
Notifications
You must be signed in to change notification settings - Fork 2.8k
hostmetrics: Adding process.uptime metric #37492
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: Adding process.uptime metric #37492
Conversation
Thanks for the PR @MovieStoreGuy, the implementation looks good. Could you adjust the metric definition to match |
79a9b0b
to
e90f0b5
Compare
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
5d4da0f
to
854a2b4
Compare
Alright, I have resolved all the issues with regards to tests and linting, however, there is some vulns being reported due to the go version being used within tests. These should be fixed outside of this PR and merged in to validate the complete CI workflow. |
This adds process uptime into the hostmetrics receiver.
ae13f0b
to
cf81852
Compare
#### Description Adding new metric into hostmetric process scraper to track process uptime #### Link to tracking issue Fixes open-telemetry#36667 #### Testing Added tests to validate coverage. #### Documentation Added as part of mdatagen
#### Description Adding new metric into hostmetric process scraper to track process uptime #### Link to tracking issue Fixes open-telemetry#36667 #### Testing Added tests to validate coverage. #### Documentation Added as part of mdatagen
Description
Adding new metric into hostmetric process scraper to track process uptime
Link to tracking issue
Fixes #36667
Testing
Added tests to validate coverage.
Documentation
Added as part of mdatagen