Process metrics should not be reported (at least by default) by the instrumentation libraries #2322
Labels
bug
Something isn't working
information-requested
pkg:host-metrics
priority:p4
Bugs and spec inconsistencies which do not fall into a higher prioritization
stale
Description
See open-telemetry/semantic-conventions#1215 for the context
Node.js process instrumentation reports
process
metrics, which are not an intended for instrumentation libraries.Individual runtimes are expected to report their own CPU and memory metrics even if
process.*
ones are suitable.There is no clear conclusion on whether runtimes are not allowed to report them vs they should be opt-in.
Expected behavior
JS/node.js may define runtime-specific CPU/memory metrics and should not report process ones (by default)
The text was updated successfully, but these errors were encountered: