diff --git a/traceview/latency.py b/traceview/latency.py index fef9ad7..b994d85 100644 --- a/traceview/latency.py +++ b/traceview/latency.py @@ -32,6 +32,7 @@ def latency_series(self, app, *args, **kwargs): :param str layer: (optional) The application layer to filter on. :param str controller: (optional) The controller to filter on. :param str action: (optional) The action to filter on. + :param str partition: (optional) The partition to filter on. :return: timeseries data of the application latency and volume :rtype: dict @@ -57,6 +58,7 @@ def latency_summary(self, app, *args, **kwargs): :param str layer: (optional) The application layer to filter on. :param str controller: (optional) The controller to filter on. :param str action: (optional) The action to filter on. + :param str partition: (optional) The partition to filter on. :return: timeseries data of the application latency and volume :rtype: dict @@ -82,6 +84,7 @@ def latency_by_layer(self, app, *args, **kwargs): :param str layer: (optional) The application layer to filter on. :param str controller: (optional) The controller to filter on. :param str action: (optional) The action to filter on. + :param str partition: (optional) The partition to filter on. :return: timeseries data of the application latency and volume :rtype: dict