| Crates.io | near-o11y |
| lib.rs | near-o11y |
| version | 0.32.0 |
| created_at | 2022-09-27 17:30:45.725941+00 |
| updated_at | 2025-09-15 17:24:32.990084+00 |
| description | Observability helpers for the near codebase |
| homepage | |
| repository | https://github.com/near/nearcore |
| max_upload_size | |
| id | 675097 |
| size | 149,243 |
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)