Layr-Labs / eigenda-operator-setup

Quick start setup guide for EigenDA
MIT License
80 stars 78 forks source link

upgrade eigenda image #21

Closed shrimalmadhur closed 9 months ago

shrimalmadhur commented 9 months ago

Updated graphs

Screenshot 2023-12-14 at 1 32 40 PM

24 hr screenshot

Screenshot 2023-12-15 at 11 08 03 AM
jianoaix commented 9 months ago

Hmm, I am still seeing issue in the graph, i.e. the num removed is greater than num processed

jianoaix commented 9 months ago

Hmm, I am still seeing issue in the graph, i.e. the num removed is greater than num processed

I think I understand now: node_eigenda_processed_batches_total is tracking current incoming batches, whereas node_eigenda_removed_batches_total is tracking the removal of batches that are 14 days old. So this still doesn't align...

shrimalmadhur commented 9 months ago

Hmm, I am still seeing issue in the graph, i.e. the num removed is greater than num processed

I think I understand now: node_eigenda_processed_batches_total is tracking current incoming batches, whereas node_eigenda_removed_batches_total is tracking the removal of batches that are 14 days old. So this still doesn't align...

yea - removal of old batches can be more than current processed right? is that not right?