Crate solana_metrics
source ·Re-exports
pub use crate::metrics::flush;
pub use crate::metrics::query;
pub use crate::metrics::set_host_id;
pub use crate::metrics::set_panic_hook;
pub use crate::metrics::submit;
Modules
- This file defines a set of macros for reporting metrics.
- The
metrics
module enables sending measurements to anInfluxDB
instance - A poh_timing_point module
Macros
Structs
- A token for
TokenCounter
. - A helper that sends the count of created tokens as a datapoint.