Expand description
Contains all runtime metrics defined as constants.
Structs§
- Counter
Definition Counter
metric definition.- Counter
VecDefinition CounterVec
metric definition.- Histogram
Definition Histogram
metric definition
Constants§
- PARACHAIN_
CREATE_ INHERENT_ BITFIELDS_ SIGNATURE_ CHECKS - Counts the number of
valid
andinvalid
bitfields signature checked inprocess_inherent_data
. - PARACHAIN_
INHERENT_ DATA_ BITFIELDS_ PROCESSED - Counts the number of bitfields processed in
process_inherent_data
. - PARACHAIN_
INHERENT_ DATA_ CANDIDATES_ PROCESSED - Counts the
total
,sanitized
andincluded
number of parachain block candidates inprocess_inherent_data
. - PARACHAIN_
INHERENT_ DATA_ DISPUTE_ SETS_ PROCESSED - Counts the number of
imported
,current
andconcluded_invalid
dispute statements sets processed inprocess_inherent_data
. Thecurrent
label refers to the disputes statement sets of the current session. - PARACHAIN_
INHERENT_ DATA_ WEIGHT - Counts parachain inherent data weights. Use
before
andafter
labels to differentiate between the weight before and after filtering. - PARACHAIN_
VERIFY_ DISPUTE_ SIGNATURE - Measures how much time does it take to verify a single validator signature of a dispute statement