Skip to content

Commit

Permalink
docs: Fix the invalid end of table (#24811)
Browse files Browse the repository at this point in the history
This patch fixes a tiny format issue in Per-handler Listener Stats.
The table has two empty rows (please find the rows under downstream_cx_active) due to invalid table end line.

Risk Level: low
Testing: n/a
Docs Changes: yes

Signed-off-by: Kenjiro Nakayama <[email protected]>
  • Loading branch information
nak3 authored Jan 9, 2023
1 parent 69860b1 commit a77335a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/root/configuration/listeners/stats.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ on either accepted or active connections.
downstream_cx_total, Counter, Total connections on this handler.
downstream_cx_active, Gauge, Total active connections on this handler.

.. _config_listener_manager_stats:
.. _config_listener_manager_stats:

Listener manager
----------------
Expand Down

0 comments on commit a77335a

Please sign in to comment.