Crate reth_node_metrics

Source
Expand description

Metrics utilities for the node.

Modules§

chain
This exposes reth’s chain information over prometheus.
collector
Raw metrics for the running process.
formatting
Helpers for rendering metrics in the Prometheus exposition format.
hooks
The metrics hooks for prometheus.
recorder
Prometheus recorder
server
The metric server serving the metrics.
version
This exposes reth’s version information over prometheus.

Structs§

Collectormetrics-rs
Prometheus style process metrics collector for the [metrics] crate.
DistributionBuilder
Builds distributions for metric names based on a set of configured overrides.
PrometheusBuilder
Builder for creating and installing a Prometheus recorder/exporter.
PrometheusHandle
Handle for accessing metrics stored via PrometheusRecorder.
PrometheusRecorder
A Prometheus recorder.

Enums§

BuildError
Errors that could occur while building or installing a Prometheus recorder/exporter.
Distribution
Distribution type.
Matcher
Matches a metric name in a specific way.