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

Unified Diff: appengine/chrome_infra_mon_proxy/vm2.yaml

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Back to 4-core VMs with more parallelism. 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/vm2.yaml
diff --git a/appengine/chrome_infra_mon_proxy/vm2.yaml b/appengine/chrome_infra_mon_proxy/vm2.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..12a0c01d2fdd9f14c494b82db34da965e9ee78e8
--- /dev/null
+++ b/appengine/chrome_infra_mon_proxy/vm2.yaml
@@ -0,0 +1,32 @@
+application: chrome-infra-mon-proxy
agable 2015/04/14 21:46:25 Unfortunate that we have 3 files for the 3 vms. Pr
Sergey Berezin (google) 2015/04/16 04:39:08 Note, that it's not 3 VMs, but 3 modules, one per
+# version: 2 # Must specify version explicitly.
+runtime: python27
+vm: true
+module: vm2
+api_version: 1
+threadsafe: true
+
+automatic_scaling:
+ min_num_instances: 1
+ max_num_instances: 6
+ cool_down_period_sec: 60
+ cpu_utilization:
+ target_utilization: 0.6
+ max_concurrent_requests: 25
+
+resources:
+ cpu: 4
+ memory_gb: 2
+ disk_size_gb: 10
+
+network:
+ instance_tag: managed-gae-vm2
+
+handlers:
+- url: /.*
+ script: vm_module.app
+
+health_check:
+ enable_health_check: True
+ check_interval_sec: 10
+ restart_threshold: 20

Powered by Google App Engine
This is Rietveld 408576698