#counter #gauge #process #forms #moment #sensors #t-digests

biometrics

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

7 releases (breaking)

0.6.0 Feb 19, 2024
0.5.0 Dec 27, 2023
0.4.0 Sep 21, 2023
0.3.0 Aug 2, 2023
0.1.0 Apr 4, 2023

#256 in Hardware support

Download history 3/week @ 2024-01-21 1/week @ 2024-02-04 14/week @ 2024-02-11 201/week @ 2024-02-18 97/week @ 2024-02-25 27/week @ 2024-03-03 44/week @ 2024-03-10 30/week @ 2024-03-17 36/week @ 2024-03-24 79/week @ 2024-03-31 22/week @ 2024-04-07 28/week @ 2024-04-14 35/week @ 2024-04-21 32/week @ 2024-04-28 25/week @ 2024-05-05

126 downloads per month
Used in 19 crates (16 directly)

Apache-2.0

21KB
440 lines

biometrics

Biometrics provide the vitals of a process in the form of counters, gauges, moments, and T-digests. Collectively, these sensors paint a picture of what's happening within a process in timeseries form.

Status

Active development. Biometrics is likely to change in the near future in backwards-incompatible ways. Planned changes will affect how to register sensors in order to solve the dependency graph problem.

Scope

Biometrics will provide core sensor types and a plaintext emitter for counter, gauge, and moments types. Protocol buffer definitions for sensor readings can be found in the biometrics_pb

Warts

  • The blue repo currently is not uniform in its register_biometrics functions. The convention is that a public method should not call other public methods.

Documentation

The latest documentation is always available at docs.rs.

Updating

  • 0.2.0 -> 0.3.0: API changes to remove ingest_swizzle. It's recommended to have a crate transitively register its own modules and then have the main function register each crate's root registration function.

No runtime deps