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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine_module/gae_ts_mon/monitoring.yaml
diff --git a/appengine_module/gae_ts_mon/monitoring.yaml b/appengine_module/gae_ts_mon/monitoring.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..d70e34395cee7b2799b7918841beeb1ccb175cb3
--- /dev/null
+++ b/appengine_module/gae_ts_mon/monitoring.yaml
@@ -0,0 +1,28 @@
+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"
« 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