Crates.io | near-o11y |
lib.rs | near-o11y |
version | 0.27.0 |
source | src |
created_at | 2022-09-27 17:30:45.725941 |
updated_at | 2024-10-30 15:23:22.943961 |
description | Observability helpers for the near codebase |
homepage | |
repository | https://github.com/near/nearcore |
max_upload_size | |
id | 675097 |
size | 91,739 |
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 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)