We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57d199 commit 9f11ee4Copy full SHA for 9f11ee4
src/Services/Examples/Monitor/GetMonitoringDataService.php
@@ -27,6 +27,7 @@ public static function getMonitoringData(MonitorApiClientService $clientService)
27
$cursor = "";
28
$complete = false;
29
$options = new GetStreamOptions();
30
+ $options->setLimit(2000);
31
$monitoringLogs = array();
32
33
// First call the endpoint with no cursor to get the first records.
0 commit comments