near-o11y

Crates.ionear-o11y
lib.rsnear-o11y
version0.23.0
sourcesrc
created_at2022-09-27 17:30:45.725941
updated_at2024-06-17 17:35:53.256562
descriptionObservability helpers for the near codebase
homepage
repositoryhttps://github.com/near/nearcore
max_upload_size
id675097
size91,393
(nearprotocol-ci)

documentation

README

Observability (o11y) helpers for the NEAR codebase.

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

The are three infrastructures:

  • 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 infrastructure for observing DB accesses in particular (mostly for parameter estimator)
Commit count: 7307

cargo fmt