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

Unified Diff: appengine/chrome_infra_mon_proxy/vm1.yaml

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Responded to comments 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/vm1.yaml
diff --git a/appengine/chrome_infra_mon_proxy/vm1.yaml b/appengine/chrome_infra_mon_proxy/vm1.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..99ce8e2588b14db11c34feb7872e922857339916
--- /dev/null
+++ b/appengine/chrome_infra_mon_proxy/vm1.yaml
@@ -0,0 +1,31 @@
+application: chrome-infra-mon-proxy
+# version: 2 # Must specify version explicitly.
+runtime: python27
+vm: true
+module: vm1
+api_version: 1
+threadsafe: true
+
+automatic_scaling:
+ min_num_instances: 2
+ max_num_instances: 20
+ cool_down_period_sec: 60
+ cpu_utilization:
+ target_utilization: 0.8
+
+resources:
+ cpu: 1
+ memory_gb: 2
+ disk_size_gb: 10
+
+network:
+ instance_tag: managed-gae-vm1
+
+handlers:
+- url: /.*
+ script: vm_module.app
+
+health_check:
+ enable_health_check: True
+ check_interval_sec: 10
+ restart_threshold: 40

Powered by Google App Engine
This is Rietveld 408576698