Skip to content

Commit a8dd620

Browse files
Raileen Del RosarioRaileen Del Rosario
authored andcommitted
Updated limit in monitor examples
1 parent e92913e commit a8dd620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/monitor/examples/eg002_post_web_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def get_query(cls, args):
6161
"aggregations": [
6262
{
6363
"aggregationName": "Raw",
64-
"limit": "1",
64+
"limit": "100",
6565
"orderby": [
6666
"Timestamp, desc"
6767
]

0 commit comments

Comments
 (0)