Skip to content

Commit

Permalink
Add query limits
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Dec 15, 2024
1 parent bd4245c commit 546c0a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/collectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,20 @@ This will update in the interface. You also have an option to navigate to mysqle

![Query On-demand Explain](img/query-explain.gif)


#### Query limits

<!-- md:version v3.10.0 -->
<!-- md:feature options.db.soft_limit -->
<!-- md:feature options.db.hard_limit -->
<!-- md:flag experimental -->

With Query Hard & Soft limits, you can reduce the amount of queries shown by default. When the soft limit is reached, bindings will be excluded.
When the hard limit is reached, the queries are excluded altogether to prevent loading too much data.
If you want to avoid any limits, you can set the option to `null`

![Query Limits](img/query-limits.png)

### RouteCollector

This shows the current route and middleware.
Expand Down
Binary file added docs/img/query-limits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 546c0a3

Please sign in to comment.