File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
deps/rabbitmq_management/priv/www/api Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -486,8 +486,10 @@ <h2>Reference</h2>
486
486
< td > </ td >
487
487
< td class ="path "> /api/queues</ td >
488
488
< td > A list of all queues. Use < a href ="#pagination "> pagination parameters</ a > to filter queues.
489
- The parameter < code > enable_queue_totals</ code > can be used in combination with the
490
- < code > disable_stats</ code > parameter to return a reduced set of fields.
489
+ The parameter < code > enable_queue_totals=true</ code > can be used in combination with the
490
+ < code > disable_stats=true</ code > parameter to return a reduced set of fields and significantly
491
+ reduce the amount of data returned by this endpoint. That in turn can significantly reduce
492
+ CPU and bandwidth footprint of such requests.
491
493
</ td >
492
494
</ tr >
493
495
< tr >
You can’t perform that action at this time.
0 commit comments