You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`beacon_data_column_sidecar_processing_requests_total`| Counter | Number of data column sidecars submitted for processing | On data column sidecar gossip verification |
43
43
|`beacon_data_column_sidecar_processing_successes_total`| Counter | Number of data column sidecars verified for gossip | On data column sidecar gossip verification |
44
-
|`beacon_data_column_sidecar_gossip_verification_seconds`| Histogram | Full runtime of data column sidecars gossip verification | On data column sidecar gossip verification |
44
+
|`beacon_data_column_sidecar_gossip_verification_milliseconds`| Histogram | Full runtime of data column sidecars gossip verification | On data column sidecar gossip verification |
45
45
|`beacon_data_availability_reconstructed_columns_total`| Counter | Total count of reconstructed columns | On data column kzg verification |
46
-
|`beacon_data_availability_reconstruction_time_seconds`| Histogram | Time taken to reconstruct columns | On data column kzg verification |
46
+
|`beacon_data_availability_reconstruction_time_milliseconds`| Histogram | Time taken to reconstruct columns | On data column kzg verification |
47
47
|`beacon_data_column_sidecar_computation_seconds`| Histogram | Time taken to compute data column sidecar, including cells, proofs and inclusion proof | On data column sidecar computation |
48
-
|`beacon_data_column_sidecar_inclusion_proof_verification_seconds`| Histogram | Time taken to verify data column sidecar inclusion proof | On data column sidecar inclusion proof verification |
49
-
|`beacon_kzg_verification_data_column_single_seconds`| Histogram | Runtime of single data column kzg verification | On single data column kzg verification |
50
-
|`beacon_kzg_verification_data_column_batch_seconds`| Histogram | Runtime of batched data column kzg verification | On batched data column kzg verification |
48
+
|`beacon_data_column_sidecar_inclusion_proof_verification_milliseconds`| Histogram | Time taken to verify data column sidecar inclusion proof | On data column sidecar inclusion proof verification |
49
+
|`beacon_kzg_verification_data_column_single_milliseconds`| Histogram | Runtime of single data column kzg verification | On single data column kzg verification |
50
+
|`beacon_kzg_verification_data_column_batch_milliseconds`| Histogram | Runtime of batched data column kzg verification | On batched data column kzg verification |
51
51
|`beacon_custody_columns_count_total`| Counter | Total count of columns in custody within the data availability boundary | On custody collecting and verification |
52
52
53
53
### Additional Metrics
54
54
55
55
The following are proposed metrics to be added to clients. This list is _not_ stable and is subject to drastic changes, deletions, and additions. The additional metric list is being
56
-
discussed, we are yet to reach consensus. Ideally we would also discuss which of these values need to be counters, guages or histograms.
56
+
discussed, we are yet to reach consensus. Ideally we would also discuss which of these values need to be counters, guages or histograms.
57
57
58
58
| Name | Metric type | Usage | Sample collection event |
0 commit comments