| Index: infra_libs/ts_mon/interface.py
|
| diff --git a/infra_libs/ts_mon/interface.py b/infra_libs/ts_mon/interface.py
|
| index e24bf14d120309f21c77e967f35908a3c5d31741..9fd15388c4b30d31aaee659a7c9aa93b184870ac 100644
|
| --- a/infra_libs/ts_mon/interface.py
|
| +++ b/infra_libs/ts_mon/interface.py
|
| @@ -43,7 +43,7 @@ from infra_libs.ts_mon import errors
|
|
|
| # 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 = 5000
|
| +METRICS_DATA_LENGTH_LIMIT = 1000
|
|
|
|
|
| class State(object):
|
|
|