Record gossip KZG batch verification durations (#16018)

* Record gossip KZG batch verification durations

* Add path
This commit is contained in:
terence
2025-11-14 18:18:56 -05:00
committed by GitHub
parent 2302ef918a
commit 4914882e97
4 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
### Added
- Record data column gossip KZG batch verification latency in both the pooled worker and fallback paths so the `beacon_kzg_verification_data_column_batch_milliseconds` histogram reflects gossip traffic, annotated with `path` labels to distinguish the sources.