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

Side by Side Diff: appengine/cr-buildbucket/cron.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/.expect_tests.cfg ('k') | appengine/cr-buildbucket/gae_ts_mon » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 cron: 1 cron:
2 2
3 - description: reset expired builds 3 - description: reset expired builds
4 target: backend 4 target: backend
5 url: /internal/cron/buildbucket/reset_expired_builds 5 url: /internal/cron/buildbucket/reset_expired_builds
6 schedule: every 1 minutes 6 schedule: every 1 minutes
7 7
8 - description: send metrics 8 - description: send metrics
9 target: backend 9 target: backend
10 url: /internal/cron/buildbucket/send_metrics 10 url: /internal/cron/buildbucket/send_metrics
(...skipping 22 matching lines...) Expand all
33 target: backend 33 target: backend
34 url: /internal/cron/config/update 34 url: /internal/cron/config/update
35 schedule: every 10 minutes 35 schedule: every 10 minutes
36 36
37 ### swarming integration 37 ### swarming integration
38 38
39 - description: update builds associated with swarming tasks 39 - description: update builds associated with swarming tasks
40 target: backend 40 target: backend
41 url: /internal/cron/swarming/update_builds 41 url: /internal/cron/swarming/update_builds
42 schedule: every 10 minutes 42 schedule: every 10 minutes
43
44 ### gae_ts_mon
45
46 - description: Send ts_mon metrics
47 target: backend
48 url: /internal/cron/ts_mon/send
49 schedule: every 1 minutes
OLDNEW
« no previous file with comments | « appengine/cr-buildbucket/.expect_tests.cfg ('k') | appengine/cr-buildbucket/gae_ts_mon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698