typelevel / otel4s

An OpenTelemetry library for Scala based on Cats-Effect
https://typelevel.org/otel4s
Apache License 2.0
162 stars 30 forks source link

MetricsSDK: native runtime metrics #670

Open iRevive opened 2 months ago

iRevive commented 2 months ago

JVM

We can follow the same path as OpenTelemetry Java does and retrieve metrics using MXBeans.

Scala.js

https://github.com/open-telemetry/opentelemetry-js-contrib/pull/2136/files

Scala Native

????