Docs.rs
solana-metrics-2.1.4
solana-metrics 2.1.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
anza-team
Dependencies
crossbeam-channel ^0.5.13
normal
gethostname ^0.2.3
normal
lazy_static ^1.5.0
normal
log ^0.4.22
normal
reqwest ^0.11.27
normal
solana-sdk =2.1.4
normal
thiserror ^1.0.65
normal
env_logger ^0.9.3
dev
rand ^0.8.5
dev
serial_test ^2.0.0
dev
Versions
26.37%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
solana_
metrics
2.1.4
Metrics
Writer
Required Methods
write
Implementors
In solana_
metrics::
metrics
solana_metrics
::
metrics
Trait
MetricsWriter
Copy item path
Source
pub trait MetricsWriter { // Required method fn
write
(&self, points:
Vec
<
DataPoint
>); }
Required Methods
§
Source
fn
write
(&self, points:
Vec
<
DataPoint
>)
Implementors
§
Source
§
impl
MetricsWriter
for
MockMetricsWriter