Layr-Labs / eigenda

Secure, high-throughput, and decentralized Data Availability
https://www.eigenlayer.xyz/
Other
220 stars 168 forks source link

Perf observability: Add blob age at key stages in blob's lifecycle #719

Closed jianoaix closed 1 month ago

jianoaix commented 1 month ago

Why are these changes needed?

Improve the understanding of the performance of system, by capturing the age of the blob at each key stages:

The current perf metrics have two problems:

For example (from current metrics), there was a big increase in E2E latency, but there was no information about what went wrong, as the individual components were stable: why need better perf observability

This PR builds observability of blobs at their key stages, and should provide better insights to the system.

Checks