Crate solana_metrics

Crate solana_metrics 

Source
👎Deprecated since 3.1.0: This crate has been marked for formal inclusion in the Agave Unstable API. From v4.0.0 onward, the agave-unstable-api crate feature must be specified to acknowledge use of an interface that may break without warning.

Re-exports§

pub use crate::metrics::flush;Deprecated
pub use crate::metrics::query;Deprecated
pub use crate::metrics::set_host_id;Deprecated
pub use crate::metrics::set_panic_hook;Deprecated
pub use crate::metrics::submit;Deprecated

Modules§

counterDeprecated
datapointDeprecated
This file defines a set of macros for reporting metrics.
metricsDeprecated
The metrics module enables sending measurements to an InfluxDB instance

Macros§

create_counterDeprecated
create_datapointDeprecated
datapointDeprecated
datapoint_debugDeprecated
datapoint_errorDeprecated
datapoint_infoDeprecated
datapoint_traceDeprecated
datapoint_warnDeprecated
inc_counterDeprecated
inc_counter_infoDeprecated
inc_new_counterDeprecated
inc_new_counter_debugDeprecated
inc_new_counter_errorDeprecated
inc_new_counter_infoDeprecated
inc_new_counter_warnDeprecated

Structs§

CounterTokenDeprecated
A token for TokenCounter.
MovingStatDeprecated
TokenCounterDeprecated
A helper that sends the count of created tokens as a datapoint.