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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 application: chrome-infra-mon-proxy
2 # version: 2 # Must specify version explicitly.
3 runtime: python27
4 vm: true
5 module: vm1
6 api_version: 1
7 threadsafe: true
8
9 automatic_scaling:
10 min_num_instances: 2
11 max_num_instances: 20
12 cool_down_period_sec: 60
13 cpu_utilization:
14 target_utilization: 0.8
15
16 resources:
17 cpu: 1
18 memory_gb: 2
19 disk_size_gb: 10
20
21 network:
22 instance_tag: managed-gae-vm1
23
24 handlers:
25 - url: /.*
26 script: vm_module.app
27
28 health_check:
29 enable_health_check: True
30 check_interval_sec: 10
31 restart_threshold: 40
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698