-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Measure the volume of queries from bifrost gateways #93
Comments
For quicker sanity check, write a metric in indexstar that checks the source IP against a well known list of gateway IPs |
Enable event logs in prod CloudFront to: 1. check gateway traffic is reaching us. 2. collect data for a research paper in the making by probelab. Relates to: - ipni/indexstar#93
Enable event logs in prod CloudFront to: 1. check gateway traffic is reaching us. 2. collect data for a research paper in the making by probelab. Relates to: - ipni/indexstar#93
Re-run the analysis on 2 days (ish) worth of event logs and none of the source IPs match the 120 IPFS gateway IP addresses. In the meantime I have disabled event log collection on The tool used to analyse logs can be found here. Please let me know if you need access to the raw event logs. |
To truly measure this, we would have to enable event logs on cloudfront which would log every request flushed to a S3 bucket on hourly basis. Then write code to process it, filtering requests by the gateway IPs.
The text was updated successfully, but these errors were encountered: