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

Unified Diff: appengine/findit/waterfall/monitoring.py

Issue 2547713002: [Findit] Using ts_mon to track swarming/isolated server outages (Closed)
Patch Set: fixing whitespace Created 4 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
Index: appengine/findit/waterfall/monitoring.py
diff --git a/appengine/findit/waterfall/monitoring.py b/appengine/findit/waterfall/monitoring.py
index 591a9b1e333ca83da123c6571c0c24694cad25b4..d8967580d6db78fdc2d486d69c40ddea53e15c54 100644
--- a/appengine/findit/waterfall/monitoring.py
+++ b/appengine/findit/waterfall/monitoring.py
@@ -7,6 +7,9 @@ import gae_ts_mon
swarming_tasks = gae_ts_mon.CounterMetric(
'findit/swarmingtasks', description='Swarming tasks triggered')
+http_errors = gae_ts_mon.CounterMetric(
+ 'findit/httperrors', description='Failed http calls to various servers')
stgao 2016/12/01 23:03:59 nit: calls -> requests.
lijeffrey 2016/12/01 23:25:30 Done.
+
issues = gae_ts_mon.CounterMetric(
'findit/issues', description='Bugs updated with findings')
« no previous file with comments | « no previous file | appengine/findit/waterfall/swarming_util.py » ('j') | appengine/findit/waterfall/swarming_util.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698