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

Unified Diff: infra/services/builder_alerts/__main__.py

Issue 2174233002: Add more logging to builder_alerts to see why metrics are not reported (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix Created 4 years, 5 months 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 | infra/services/builder_alerts/crbug_issues.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/services/builder_alerts/__main__.py
diff --git a/infra/services/builder_alerts/__main__.py b/infra/services/builder_alerts/__main__.py
index d2b7bfda7b0bb0f37a19454728e8a85facbb27fb..a7c6ee10f1295873794095c37aa593409a7ab8c4 100755
--- a/infra/services/builder_alerts/__main__.py
+++ b/infra/services/builder_alerts/__main__.py
@@ -427,7 +427,9 @@ def main(args):
sleep_timeout=lambda: 5,
**loop_args)
+ logging.debug('Flushing ts_mon starting')
ts_mon.flush()
+ logging.debug('Flushing ts_mon completed')
return 0 if loop_results.success else 1
« no previous file with comments | « no previous file | infra/services/builder_alerts/crbug_issues.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698