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

Side by Side Diff: appengine/chrome_infra_mon_proxy/test.yaml

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: More fine-tuning 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
ghost stip (do not use) 2015/04/14 00:36:43 might as well just remove?
Sergey Berezin (google) 2015/04/16 04:39:07 Done.
3 module: test
4 runtime: python27
5 api_version: 1
6 threadsafe: true
7
8 handlers:
9 - url: /.*
10 secure: always
11 script: test_module.test
ghost stip (do not use) 2015/04/14 00:36:43 so this is a module on the app just for the loadte
Sergey Berezin (google) 2015/04/16 04:39:07 Yes, that's right. Arguably, I could've used a who
12
13 libraries:
14 - name: jinja2
15 version: latest
16 - name: pycrypto
17 version: "2.6"
18 - name: webapp2
19 version: "2.5.2"
20 - name: webob
21 version: "1.2.3"
22
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698