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

Unified Diff: client/third_party/infra_libs/ts_mon/common/interface.py

Issue 2673613003: luci-py: Roll infra_libs. (Closed)
Patch Set: rolll Created 3 years, 11 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
Index: client/third_party/infra_libs/ts_mon/common/interface.py
diff --git a/client/third_party/infra_libs/ts_mon/common/interface.py b/client/third_party/infra_libs/ts_mon/common/interface.py
index ef0c5ec635db1cd42bdf4c6bcb284e6cb54f0c0e..6f10c408deeb1bb0a93f9000fb5af16b68deb431 100644
--- a/client/third_party/infra_libs/ts_mon/common/interface.py
+++ b/client/third_party/infra_libs/ts_mon/common/interface.py
@@ -45,7 +45,7 @@ from infra_libs.ts_mon.protos.new import metrics_pb2 as new_metrics_pb2
# The maximum number of MetricsData messages to include in each HTTP request.
# MetricsCollections larger than this will be split into multiple requests.
-METRICS_DATA_LENGTH_LIMIT = 1000
+METRICS_DATA_LENGTH_LIMIT = 500
class State(object):
@@ -256,7 +256,6 @@ class _FlushThread(threading.Thread):
while True:
if self.stop_event.wait(next_timeout):
- self._flush_and_log_exceptions()
return
# Try to flush every N seconds exactly so rate calculations are more
« no previous file with comments | « client/third_party/infra_libs/event_mon/checkouts.py ('k') | client/third_party/infra_libs/ts_mon/common/monitors.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698