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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/cr-buildbucket/cron.yaml
diff --git a/appengine/cr-buildbucket/cron.yaml b/appengine/cr-buildbucket/cron.yaml
index fa5271129be753c8e72b30b5df0caf9af4c24cd6..4ef3ce2ed62e557dd221e4c397ebf4a1556d6657 100644
--- a/appengine/cr-buildbucket/cron.yaml
+++ b/appengine/cr-buildbucket/cron.yaml
@@ -40,3 +40,10 @@ cron:
target: backend
url: /internal/cron/swarming/update_builds
schedule: every 10 minutes
+
+### gae_ts_mon
+
+- description: Send ts_mon metrics
+ target: backend
+ url: /internal/cron/ts_mon/send
+ schedule: every 1 minutes
« 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