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
These extra metrics for conflation, blob and aggregation were requested by the prover team in #3128 :
For block
Avg tx data on L1 (size of the average uncompressed data of each tx: the size of the entire uncompressed L2 block data divided by the number of tx in the block)
Avg compressed tx data on L1 (size of the average compressed data of each tx: the size of the entire compressed L2 block data divided by the number of tx in the block)
Avg compression ratio of tx data on L1 (1.0 - "avg post-compressed tx data size" / "avg pre-compressed tx data size")Duplicated by the blob compression ratio metric (linea_blob_block_compression_ratio)
For conflation
L1 data (size of the uncompressed L2 data that would be posted on L1 via blob transaction)
L1 data compressed (size of the compressed L2 data that would be posted on L1 via blob transaction)
The limits (which already include L1 data)Can be skipped given that traces limits would be removed soon
Total gas used
For blobs
Number of conflationDone
Number of blocksDone
Size of the uncompressed data
Size of the compressed data
Total gas used
For aggregation
Number of bridge messages (L1 and L2) Not a priority, can be revisited later and it can be on prover side to avoid the use of coordinator database
Total gas used Not a priority, can be revisited later
Number of conflationDone
Number of blockDone
Number of blobsDone
Motivation
Useful for prover and arithmetization team to perform data analysis
Tasks
Export histogram metric about total gas used in each conflation
Export histogram metric about size of the uncompressed data in each conflation
Export histogram metric about size of the compressed data in each conflation
Export histogram metric about average uncompressed transaction data size in each conflation
Export histogram metric about average compressed transaction data size in each conflation
Export histogram metric about total gas used in each blob
Export histogram metric about size of the uncompressed data in each blob
Export histogram metric about size of the compressed data in each blob
Export metrics about total gas used in each aggregation
Export metrics about number of bridge messages in each aggregation
Acceptance criteria
All metrics above are exported
Risks
N/A
Remember to
Add the documentation label in case there is an impact on the documentation
Add priority and team labels
Add Task for updating the Runbook or adding/updating existing metrics and alerts.
The text was updated successfully, but these errors were encountered:
The metrics I am most interested in is the avg data size of a L2 tx that gets posted to L1, pre-compression, post-compression, and then the avg compression ratio
Description
These extra metrics for conflation, blob and aggregation were requested by the prover team in #3128 :
For block
(size of the average uncompressed data of each tx: the size of the entire uncompressed L2 block data divided by the number of tx in the block)
(size of the average compressed data of each tx: the size of the entire compressed L2 block data divided by the number of tx in the block)
Avg compression ratio of tx data on L1(1.0 - "avg post-compressed tx data size" / "avg pre-compressed tx data size")
Duplicated by the blob compression ratio metric (linea_blob_block_compression_ratio)
For conflation
(size of the uncompressed L2 data that would be posted on L1 via blob transaction)
(size of the compressed L2 data that would be posted on L1 via blob transaction)
The limits (which already include L1 data)Can be skipped given that traces limits would be removed soon
For blobs
Number of conflationDone
Number of blocksDone
For aggregation
Not a priority, can be revisited later and it can be on prover side to avoid the use of coordinator database
Not a priority, can be revisited later
Number of conflationDone
Number of blockDone
Number of blobsDone
Motivation
Useful for prover and arithmetization team to perform data analysis
Tasks
Export metrics about total gas used in each aggregationExport metrics about number of bridge messages in each aggregationAcceptance criteria
Risks
Remember to
documentation
label in case there is an impact on the documentationpriority
andteam
labelsThe text was updated successfully, but these errors were encountered: