Skip to main content

Crate dora_metrics

Crate dora_metrics 

Source
Expand description

Enable system metric through opentelemetry exporter.

This module fetch system information using sysinfo and export those metrics via an opentelemetry-rust exporter with default configuration. Observed metrics are:

  • CPU usage.
  • Memory and Virtual memory usage.
  • disk usage (read and write).

Functionsยง

init_metrics
Init opentelemetry meter
run_metrics_monitor