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§
- Collector
metrics-rs
- Prometheus style process metrics collector for the [metrics] crate.
- Distribution
Builder - Builds distributions for metric names based on a set of configured overrides.
- Prometheus
Builder - Builder for creating and installing a Prometheus recorder/exporter.
- Prometheus
Handle - Handle for accessing metrics stored via
PrometheusRecorder
. - Prometheus
Recorder - A Prometheus recorder.
Enums§
- Build
Error - Errors that could occur while building or installing a Prometheus recorder/exporter.
- Distribution
- Distribution type.
- Matcher
- Matches a metric name in a specific way.