Registry / observability / biometrics

biometrics

JSON →
library0.14.0rscratesunverified

Biometrics provide the vitals of a process in the form of counters, gauges, moments, and T-digests.

# Cargo.toml [dependencies] biometrics = "0.14.0"
INSTALL
IMPORT
SIG · BIOMETRICS
B
biometrics
observabilityrustv0.14.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Counter
use biometrics::Counter;

Creates a counter named 'requests' and increments it.

use biometrics::Counter; let mut counter = Counter::new("requests"); counter.increment(); println!("Count: {}", counter.count());
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.14.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
biometrics — cargo add biometrics · libregistry