This is mostly a question ticket.
For opentelemetry-js do you have any auto metrics registration plugin, I am trying to find a library like Spring Boot Actuator, that gives auto CPU, process, memory, Http requests on a endpoint. It uses Micrometer.
No we don't have anything that does metrics collection automatically yet
We're planning on adding basic runtime metrics to our Lightstep metric exporter packages with the broader goal of formalizing it through the OpenTelemetry spec process. This would likely take form as semantic conventions for metric names and values and it'd be great to see this eventually integrated into SDKs.
Looks like same as https://github.com/open-telemetry/opentelemetry-js/issues/623
Most helpful comment
We're planning on adding basic runtime metrics to our Lightstep metric exporter packages with the broader goal of formalizing it through the OpenTelemetry spec process. This would likely take form as semantic conventions for metric names and values and it'd be great to see this eventually integrated into SDKs.