Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions traceview/latency.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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

Expand Down