metrics-lib 0.9.1

The fastest metrics library for Rust. Lock-free 0.6ns gauges, 18ns counters, timers, rate meters, async timing, adaptive sampling, and system health. Cross-platform with minimal dependencies.
Documentation
# Codecov configuration for metrics-lib
# Enforce healthy coverage thresholds and clear status checks
coverage:
  status:
    project:
      default:
        target: 85%
        threshold: 1%
        # If coverage drops more than threshold, mark as failure
        informational: false
    patch:
      default:
        target: 85%
        threshold: 0%
        informational: false

comment:
  layout: "reach, diff, flags, files"
  require_changes: false
  behavior: default

ignore:
  - "examples/**"
  - "benches/**"
  - "tests/**"

# Improve path fixing for Rust workspaces
fixes:
  - "/home/runner/work/::"