Expand description
Prometheus metrics scraper for reth-bench.
Scrapes a nodeβs Prometheus metrics endpoint after each block to record execution and state root durations with block-level granularity.
StructsΒ§
- Metrics
Row π - A single row of scraped prometheus metrics for one block.
- Metrics
Scraper π - Scrapes a Prometheus metrics endpoint after each block to collect execution and state root durations.
ConstantsΒ§
- METRICS_
OUTPUT_ πSUFFIX - Suffix for the metrics CSV output file.
FunctionsΒ§
- parse_
gauge π - Parses a Prometheus gauge value from exposition-format text.