Skip to content

Commit 86edb49

Browse files
michaelklishinmergify[bot]
authored andcommitted
HTTP API docs: be more specific
(cherry picked from commit 8ca0200)
1 parent cbd699f commit 86edb49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

deps/rabbitmq_management/priv/www/api/index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,10 @@ <h2>Reference</h2>
486486
<td></td>
487487
<td class="path">/api/queues</td>
488488
<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.
491493
</td>
492494
</tr>
493495
<tr>

0 commit comments

Comments
 (0)