Struct sc_proposer_metrics::Metrics [−][src]
pub struct Metrics { pub block_constructed: Histogram, pub number_of_transactions: Gauge<U64>, }
Expand description
Authorship metrics.
Fields
block_constructed: Histogram
number_of_transactions: Gauge<U64>
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Metrics
impl UnwindSafe for Metrics
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more