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

Side by Side Diff: appengine_module/gae_ts_mon/monitoring.yaml

Issue 1260293009: make version of ts_mon compatible with appengine (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: take out deleted utils methods Created 5 years, 4 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 module: monitoring
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6 instance_class: B1
7 manual_scaling:
8 instances: 1
9
10 handlers:
11 # Application root.
12 - url: /_ah/start
13 script: monitoring.app
14 secure: always
15
16 - url: /monitoring
17 script: monitoring.app
18 secure: always
19
20 - url: /monitoring/.*
21 script: monitoring.app
22 secure: always
23
24 libraries:
25 - name: webapp2
26 version: "latest"
27 - name: jinja2
28 version: "latest"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698