Open
Description
Is your instrumentation request related to a problem? Please describe
It's very useful to have metrics about platform runtime - heap status, GC metrics, event loop blocks etc...
OpenTelemetry Go provides runtime instrumentation for this.
For example, if application code behaves strangely, these metrics can understand if this because of GC lock or because of event loop block.
This instrumentation can move OTel forward to full-featured APM solution.
Is it applicable for Node or Browser or both?
Mostly Node
Do you expect this instrumentation to be commonly used?
I believe, it's very useful. prom-client includes these metrics and they're commonly used