Skip to main content

Module client_metrics

Module client_metrics 

Source
Expand description

Prometheus metrics collected by the client.

Structs§

BlockTimingsHistograms
Histograms tracking the time spent processing a whole block, broken down by phase.
ClientMetrics
Collects client-side timing metrics and reports them periodically.
ExecuteBlockTimingsHistograms
Histograms tracking the time spent in the individual phases of executing a block.
ExecuteOperationsTimingsHistograms
Histograms tracking the time spent executing operations, broken down by sub-phase.
TimingConfig
Configuration for client-side timing metrics collection and reporting.

Enums§

ClientMetricsError
Errors that can occur while creating or recording client timing metrics.