Initial setup: Add structure, README, and Fusaka index for metric standardization#3
Initial setup: Add structure, README, and Fusaka index for metric standardization#3will-corcoran wants to merge 1 commit intoethereum:masterfrom
Conversation
|
Adding corresponding PR from CL side: ethereum/beacon-metrics#19 Could we discuss structuring by functional scope instead of Fork/EIPs? |
|
|
||
| | Metric | Usage | Sample collection event | Besu | Erigon | Geth | Nethermind | Reth | | ||
| |--------|-------|-------------------------|------|--------|------|------------|------| | ||
| | `execution_engine_getblobs_request_total` | Number of blobs requested via getBlobsV2 | Each invocation of getBlobsV2 | □ | □ | □ | □ | □ | |
There was a problem hiding this comment.
can we make this more generic such that we capture any getBlobs version and have the version as an attribute
| | Metric | Usage | Sample collection event | Besu | Erigon | Geth | Nethermind | Reth | | ||
| |--------|-------|-------------------------|------|--------|------|------------|------| | ||
| | `execution_engine_getblobs_request_total` | Number of blobs requested via getBlobsV2 | Each invocation of getBlobsV2 | □ | □ | □ | □ | □ | | ||
| | `execution_engine_getblobs_available_total` | Number of blobs requested via getBlobsV2 that are present in the blobpool | Each invocation of getBlobsV2 | □ | □ | □ | □ | □ | |
There was a problem hiding this comment.
not clear to me how this is different from the metric above execution_engine_getblobs_request_total.
|
|
||
| | Fork Half | Activation Epoch | SFI'd EIPs | EIPs with Metrics | Meta EIP | | ||
| |-----------|------------------|------------|-------------------|----------| | ||
| | Osaka (EL) | TBD (Late 2025) | 13 | 1 | [EIP-7607: Hardfork Meta - Fusaka](https://eips.ethereum.org/EIPS/eip-7607) | |
| - **Activation Details**: Epoch TBD; expected late 2025. | ||
| - **Blog Link**: TBD (Check ethereum.org for announcements). | ||
|
|
||
| ## EIPs Scheduled for Inclusion |
There was a problem hiding this comment.
not really sure why we need all this info in this repo
This PR sets up the EL metrics repo to mirror beacon-metrics: