Opentelemetry-js: Auto Metrics collector like micrometer.io for java

Created on 8 Apr 2020  路  3Comments  路  Source: open-telemetry/opentelemetry-js

  • [*] This only affects the JavaScript OpenTelemetry library
  • [*] This may affect other libraries, but I would like to get opinions here first

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.

feature-request

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.

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings