-
Notifications
You must be signed in to change notification settings - Fork 712
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
Put reports in S3; add in process caching #1545
Conversation
I would suggest that, as soon as you have several replicas, the cache hit rate will be very low. |
As discussed, I've put reports into s3 now.
Agreed. I'll add an (optional) external, shared memcache for reports. I'd prefer to do this in the next PR as there a quite a few outstanding changes. WDYT? Also, any recommendations re:flags? It feels a bit clunky right now, esp. given we're about to add memcache too. |
reportSize = prometheus.NewCounter(prometheus.CounterOpts{ | ||
Namespace: "scope", | ||
Name: "report_size_bytes", | ||
Help: "Size of reports written to s3.", |
This comment was marked as abuse.
This comment was marked as abuse.
Sorry, something went wrong.
@paulbellamy I can haz LGTM? |
LGTM |
No description provided.