Files
reth/crates
Yong Kang 7185fab5a1 feat(metrics): add worker spawn-to-available duration histograms
Add metrics to track time from worker spawn start until each proof
worker marks itself as available (after initialization, before
processing first job).

Changes:
- Add storage_worker_spawn_to_available_duration histogram
- Add account_worker_spawn_to_available_duration histogram
- Capture timestamp before spawning workers
- Pass timestamp to worker constructors
- Record elapsed time when workers mark themselves available

These metrics help identify worker initialization bottlenecks and
understand parallel proof computation startup performance.
2025-10-30 18:45:11 +08:00
..
2025-10-18 11:22:02 +02:00