Skip to main content

Module telemetry

Module telemetry 

Source
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§

PrometheusMetricsConfig
Configuration for Prometheus metrics push export.

Functions§

install_prometheus_metrics
Spawns a task that periodically pushes both consensus and execution metrics to Victoria Metrics.