application-research / estuary-metrics

Estuary Metrics API
https://metrics-api.estuary.tech/swagger/index.html
Other
4 stars 1 forks source link

Define Retrieval Events Schema #17

Closed jcace closed 1 year ago

jcace commented 1 year ago

Depends on #21

This new table would look mostly like the retrieval_success_records , with a flag for failed to capture the failure events. Since we need both success/failure counts in our reputation calculation, I think this would make it quite ergonomic for us. We could query it once (aggregate by matching sp, in a given timestamp window),

jcace commented 1 year ago

Done as part of #21