Expand description
Unified telemetry module for exporting metrics from both consensus and execution layers.
This module pushes Prometheus-format metrics directly to Victoria Metrics by polling:
- Commonware’s runtime context (
context.encode()) - Reth’s prometheus recorder (
handle.render())
Structs§
- Prometheus
Metrics Config - Configuration for Prometheus metrics push export.
Functions§
- install_
prometheus_ metrics - Spawns a task that periodically pushes both consensus and execution metrics to Victoria Metrics.