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

Unified Diff: scripts/master/buildbucket/client.py

Issue 2254643002: Instrument HTTP client requests to buildbucket (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@reland-tsmon-metrics
Patch Set: Fix test include paths Created 4 years, 4 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 | « scripts/common/unittests/test_env.py ('k') | scripts/master/deferred_resource.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/master/buildbucket/client.py
diff --git a/scripts/master/buildbucket/client.py b/scripts/master/buildbucket/client.py
index 6d476ef722629130ee3570241cf7fd83ac3c1786..0e49f0df0dd8753d1cae96805f1fa5e5a8bcbf6c 100644
--- a/scripts/master/buildbucket/client.py
+++ b/scripts/master/buildbucket/client.py
@@ -69,4 +69,5 @@ def create_buildbucket_service(master, hostname=None, verbose=None):
verbose=verbose or False,
log_prefix=common.LOG_PREFIX,
timeout=60,
+ http_client_name='buildbucket',
)
« no previous file with comments | « scripts/common/unittests/test_env.py ('k') | scripts/master/deferred_resource.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698