davaymne
davaymne
What I am saying that correct relatonship should be `queryFeesCollected >= queryFeeRebates + delegationFees`, where `queryFeeRebates + delegationFees` = `reward` = `(indexerFees/totalFees)^(alpha) * (indexerAllocation/totalAllocation)^(1-alpha) * totalFees` I that correct?
I see. So, for example (roughly), reward (queryFeeRebates + delegationFees) cacluclation would look like: | | K, indexer/total -- | -- | -- Indexer Fee Collected | 33.5 | 0.095...
So, let's say if we take Epoch 39 and sum all query rewards across all claimed allocations for this epoch, the total should be equal `query fees collected` - 10%...
I think, in `total` formula `queryFeesCollected >= queryFeeRebates + delegationFees` across allocations in epoch could be correct, but not for particular allocation
Logs structure: , , . So, I sum all queries that graph-node processed over the period (~29 days) - allocation 0xd3409eb7abf379a12835cb66898771a83c8b4473 duration and multiplied by query price, so 3881437 x...
It seems to be a huge difference, as 0.05 is much less than 194 (estimated). I seems like 1K queries were counted instead of ~3.9M. Is there any way to...
Hm.. there are 16Gb query logs in jsonl format - for those days. What would be the best way to share?
Full log for day 2020-12-11 is here [agent.b5b624ffdfc41715fff3935284ef42a6a.log](https://github.com/graphprotocol/mission-control-indexer/files/5679340/agent.b5b624ffdfc41715fff3935284ef42a6a.log)
**Number of Errors per minute:**
Below you can find number of `Failed` messages by day: 20201209 - 128 20201210 - 266 20201211 - 418 20201212 - 194 20201213 - 207 Please, let me know if...