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

Side by Side Diff: appengine/cr-buildbucket/module-backend.yaml

Issue 1532713002: buildbucket: add monitoring using ts_mon (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: duration Created 5 years 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/cr-buildbucket/metrics.py ('k') | appengine/cr-buildbucket/service.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: cr-buildbucket-dev 1 application: cr-buildbucket-dev
2 module: backend 2 module: backend
3 version: 1 3 version: 1
4 runtime: python27 4 runtime: python27
5 api_version: 1 5 api_version: 1
6 threadsafe: true 6 threadsafe: true
7 7
8 handlers: 8 handlers:
9 - url: /internal.* 9 - url: /internal.*
10 script: apps.backend 10 script: apps.backend
11 secure: always 11 secure: always
12 login: admin 12 login: admin
13 13
14 - url: /.* 14 - url: /.*
15 script: apps.backend 15 script: apps.backend
16 16
17 includes: 17 includes:
18 - components/auth 18 - components/auth
19 - components/config 19 - components/config
20 - components/ereporter2 20 - components/ereporter2
21 - gae_ts_mon
21 22
22 libraries: 23 libraries:
23 - name: endpoints 24 - name: endpoints
24 version: "1.0" 25 version: "1.0"
25 - name: jinja2 26 - name: jinja2
26 version: latest 27 version: latest
27 - name: pycrypto 28 - name: pycrypto
28 version: "2.6" 29 version: "2.6"
29 - name: webapp2 30 - name: webapp2
30 version: "2.5.2" 31 version: "2.5.2"
31 - name: webob 32 - name: webob
32 version: "1.2.3" 33 version: "1.2.3"
33 - name: yaml 34 - name: yaml
34 version: "3.10" 35 version: "3.10"
35 36
36 builtins: 37 builtins:
37 - deferred: on 38 - deferred: on
38 39
39 skip_files: 40 skip_files:
40 - ^(.*/)?.*\.(orig|rej|py[co]) 41 - ^(.*/)?.*\.(orig|rej|py[co])
41 - ^(.*/)?#.*# 42 - ^(.*/)?#.*#
42 - ^(.*/)?.*~ 43 - ^(.*/)?.*~
43 - ^(.*/)?\..* 44 - ^(.*/)?\..*
44 - ^test.* 45 - ^test.*
45 - ^tools.* 46 - ^tools.*
46 - ^[A-Z]+(\.[a-z]+)? 47 - ^[A-Z]+(\.[a-z]+)?
47 - .+\.md 48 - .+\.md
OLDNEW
« no previous file with comments | « appengine/cr-buildbucket/metrics.py ('k') | appengine/cr-buildbucket/service.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698