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

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

Issue 2547713002: [Findit] Using ts_mon to track swarming/isolated server outages (Closed)
Patch Set: Fixing nit 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
« no previous file with comments | « no previous file | appengine/findit/waterfall/swarming_util.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/waterfall/monitoring.py
diff --git a/appengine/findit/waterfall/monitoring.py b/appengine/findit/waterfall/monitoring.py
index 591a9b1e333ca83da123c6571c0c24694cad25b4..5fd35867023df6608f2cd7150943abd7d18bb0b9 100644
--- a/appengine/findit/waterfall/monitoring.py
+++ b/appengine/findit/waterfall/monitoring.py
@@ -7,6 +7,10 @@ import gae_ts_mon
swarming_tasks = gae_ts_mon.CounterMetric(
'findit/swarmingtasks', description='Swarming tasks triggered')
+outgoing_http_errors = gae_ts_mon.CounterMetric(
+ 'findit/outgoinghttperrors',
+ description='Failed http requests to various servers')
+
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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698