-
Notifications
You must be signed in to change notification settings - Fork 893
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
Add additional process metrics to the metrics semantic conventions #2706
Add additional process metrics to the metrics semantic conventions #2706
Conversation
9a111c7
to
09c3027
Compare
09c3027
to
0c6f191
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.
Unrelated with the PR change, but I noticed the page is using "Labels". Should we change everywhere to use "Attributes" instead?
0c6f191
to
d5d95f4
Compare
a9cc1f7
to
8279de9
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.
Blocking this till #2726 is resolved (we will merge it with the proper changes after that, etc).
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
Add the following: - `process.context_switches` - `process.open_file_descriptors`
0e3b785
to
9a87564
Compare
This PR was marked stale due to lack of activity. It will be closed in 7 days. |
@carlosalberto I believe this is unblocked now, is that right? @evan-bradley is there anything more needed here? (other than refreshing the PR) |
…pen-telemetry#2706) Co-authored-by: Armin Ruech <[email protected]>
Changes
Fixes #2708
Add the following process metrics to the semantic conventions:
process.context_switches
process.open_file_descriptors
Related issues open-telemetry/opentelemetry-collector-contrib#12482
This will need to be rebased on #2705 before it can be merged.