Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2509)

Unified Diff: appengine/chrome_infra_mon_proxy/queue.yaml

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: More fine-tuning Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: appengine/chrome_infra_mon_proxy/queue.yaml
diff --git a/appengine/chrome_infra_mon_proxy/queue.yaml b/appengine/chrome_infra_mon_proxy/queue.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..ef0fad61dd84a6db0b779dba58ea6edd7a8f40c2
--- /dev/null
+++ b/appengine/chrome_infra_mon_proxy/queue.yaml
@@ -0,0 +1,28 @@
+total_storage_limit: 500M
+queue:
+- name: vm1
+ target: vm1
+ rate: 500/s
+ bucket_size: 100
+ max_concurrent_requests: 500
+ retry_parameters:
+ task_retry_limit: 0
+ task_age_limit: 1s
ghost stip (do not use) 2015/04/14 00:36:43 this is cool? we don't lose data because of this?
Sergey Berezin (google) 2015/04/16 04:39:07 We may, but with timeseries we'll lose data even o
+
+- name: vm2
+ target: vm2
+ rate: 500/s
+ bucket_size: 100
+ max_concurrent_requests: 500
+ retry_parameters:
+ task_retry_limit: 0
+ task_age_limit: 1s
+
+- name: vm3
+ target: vm3
+ rate: 500/s
+ bucket_size: 100
+ max_concurrent_requests: 500
+ retry_parameters:
+ task_retry_limit: 0
+ task_age_limit: 1s

Powered by Google App Engine
This is Rietveld 408576698