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

Unified Diff: appengine/sheriff_o_matic/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: set correct metric and target fields 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 side-by-side diff with in-line comments
Download patch
Index: appengine/sheriff_o_matic/monitoring.yaml
diff --git a/appengine/sheriff_o_matic/monitoring.yaml b/appengine/sheriff_o_matic/monitoring.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..a6d6376d7a6dbe4d7af1991999ec3a9bce02d954
--- /dev/null
+++ b/appengine/sheriff_o_matic/monitoring.yaml
@@ -0,0 +1,29 @@
+application: sheriff-o-matic
+module: monitoring
+version: 1
+runtime: python27
+api_version: 1
+threadsafe: true
+instance_class: B1
+manual_scaling:
+ instances: 1
+
+handlers:
+# Application root.
+- url: /_ah/start
+ script: monitoring.app
+ secure: always
+
+- url: /monitoring
+ script: monitoring.app
+ secure: always
+
+- url: /monitoring/.*
+ script: monitoring.app
+ secure: always
+
+libraries:
+- name: webapp2
+ version: "latest"
+- name: jinja2
+ version: "latest"

Powered by Google App Engine
This is Rietveld 408576698