Skip to content

Commit 6c2317d

Browse files
authored
fixing limit on monitor 2 (#83)
1 parent 6961cdc commit 6c2317d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/monitor/examples/postWebQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const getQuery = (args) => {
4444
"aggregations": [
4545
{
4646
"aggregationName": "Raw",
47-
"limit": "1",
47+
"limit": "100",
4848
"orderby": [
4949
"Timestamp, desc"
5050
]

0 commit comments

Comments
 (0)