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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: appengine/chrome_infra_mon_proxy/test.yaml
diff --git a/appengine/chrome_infra_mon_proxy/test.yaml b/appengine/chrome_infra_mon_proxy/test.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..cf64c33c8a131ccb02077bfcfdd2599b6462eef7
--- /dev/null
+++ b/appengine/chrome_infra_mon_proxy/test.yaml
@@ -0,0 +1,22 @@
+application: chrome-infra-mon-proxy
+# 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.
+module: test
+runtime: python27
+api_version: 1
+threadsafe: true
+
+handlers:
+- url: /.*
+ secure: always
+ 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
+
+libraries:
+- name: jinja2
+ version: latest
+- name: pycrypto
+ version: "2.6"
+- name: webapp2
+ version: "2.5.2"
+- name: webob
+ version: "1.2.3"
+

Powered by Google App Engine
This is Rietveld 408576698