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

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: add noncululativedistribution metric to ts_mon imports 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
« no previous file with comments | « appengine_module/gae_ts_mon/monitoring.py ('k') | appengine_module/gae_ts_mon/monitors.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « appengine_module/gae_ts_mon/monitoring.py ('k') | appengine_module/gae_ts_mon/monitors.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698