Component
OpenTelemetry.Instrumentation.Process
Is your feature request related to a problem?
While working on #4088 I noticed that the process instrumentation was implemented against v1.25.0 of the semantic conventions, but the latest is v1.40.0 v1.42.0 which contains some changes.
What is the expected behavior?
Update to v1.42.0 of the semantic conventions (or whatever version is the latest when this is picked up).
Non-exhaustive changes between v1.25.0 and v1.42.0 include:
process attributes moving to release candidate
process.cpu.state was renamed to cpu.mode
Any recommended metrics that are easy to implement that are absent should also be added.
Which alternative solutions or features have you considered?
None.
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding +1 or me too, to help us triage it. Learn more here.
Component
OpenTelemetry.Instrumentation.Process
Is your feature request related to a problem?
While working on #4088 I noticed that the process instrumentation was implemented against v1.25.0 of the semantic conventions, but the latest is
v1.40.0v1.42.0 which contains some changes.What is the expected behavior?
Update to v1.42.0 of the semantic conventions (or whatever version is the latest when this is picked up).
Non-exhaustive changes between v1.25.0 and v1.42.0 include:
processattributes moving to release candidateprocessnamespace semantic-conventions#3041process.cpu.statewas renamed tocpu.modeAny recommended metrics that are easy to implement that are absent should also be added.
Which alternative solutions or features have you considered?
None.
Additional context
No response
Tip
React with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding
+1orme too, to help us triage it. Learn more here.