application-research / estuary-metrics

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

Add Retrieval metrics POST endpoint #18

Open jcace opened 1 year ago

jcace commented 1 year ago

Add an endpoint to estuary-metrics to accept Retrieval stats (event) data.

Data will come from autoretrieve, using a Lassie Event Publisher, and it will be in the format described here

jcace commented 1 year ago

It looks like there is already a push endpoint defined: https://github.com/application-research/estuary-metrics/blob/main/rest/api/reporting-api/push.go

Perhaps it could be added here.

jcace commented 1 year ago