unc-o11y

Crates.iounc-o11y
lib.rsunc-o11y
version0.12.2
sourcesrc
created_at2024-03-05 10:09:12.838847
updated_at2024-05-30 09:05:10.266449
descriptionObservability helpers for the unc codebase
homepage
repositoryhttps://github.com/utnet-org/utility
max_upload_size
id1162901
size112,032
Terrill Tsang (fadeAce)

documentation

README

Observability (o11y) helpers for the Utility codebase.

This crate contains all sorts of utilities to enable a more convenient observability implementation in the UNC codebase.

The are three unc-infra.tructures:

  • tracing, for structured, hierarchical logging of events (see [default_subscriber] function function in particular)
  • metrics -- convenience wrappers around prometheus metric, for reporting statistics.
  • io-tracer -- custom unc-infra.tructure for observing DB accesses in particular (mostly for parameter estimator)
Commit count: 6763

cargo fmt