You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/list_stream_query.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class ListStreamQuery(ModelNormal):
28
28
"min_items": 1,
29
29
},
30
30
"group_by": {
31
-
"max_items": 3,
31
+
"max_items": 4,
32
32
},
33
33
}
34
34
@@ -86,7 +86,7 @@ def __init__(
86
86
:param event_size: Size to use to display an event.
87
87
:type event_size: WidgetEventSize, optional
88
88
89
-
:param group_by: Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 3 items) or logs_transaction_stream (one group by item is required) list stream source.
89
+
:param group_by: Group by configuration for the List Stream Widget. Group by can be used only with logs_pattern_stream (up to 4 items) or logs_transaction_stream (one group by item is required) list stream source.
0 commit comments