Ross ROSS = Recommend OSS · open-source software intelligence for agents

metrics-rs/metrics

A metrics ecosystem for Rust. observed · 2026-08-28

github.com/metrics-rs/metrics · Rust · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 96
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2722
  • days_rel: n/a
  • days_push: 29
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1479 stars · 221 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A high-performance, protocol-agnostic metrics ecosystem for Rust, centered on a lightweight metrics facade similar to the log crate. It lets library and application authors instrument code with counters, gauges, and histograms, and export those metrics to external systems via exporter crates.

Use cases

  • instrument a Rust application to collect metrics in production
  • count how many times a code path is hit
  • track execution time of code with histograms
  • expose internal counters and gauges in a standardized way
  • capture tracing span fields as metric labels
  • export Rust application metrics to monitoring systems

When to choose

  • you're writing Rust and need application or library instrumentation
  • you want a log-crate-style facade so instrumented libraries feed metrics into your app automatically
  • you need protocol-agnostic metrics with pluggable exporters

When to avoid

  • you need full observability (traces + logs + metrics) in one bundled solution rather than a metrics facade
  • your project is not in Rust
  • you only need system-level monitoring rather than application instrumentation

Facets

library · maturity stable

monitoring logging tracing monitoring developer-tools performance rust cross-platform metrics telemetry instrumentation observability facade exporters devops

2 sources

Member repositories

RepositoryRoleHealth v2
metrics-rs/metricsmain75

For agents

markdown · JSON · MCP: product_card(name="metrics-rs/metrics")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem