Skip to content

Commit 6e23c51

Browse files
authored
DOCSP-39633 fixes mongostat table format (#163)
* DOCSP-39633 fixes mongostat table format * Backticks mongos for clarity
1 parent 457ec7c commit 6e23c51

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

source/mongostat.txt

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -617,16 +617,30 @@ average operations per second.
617617

618618
The replication status of the member.
619619

620-
========= =========================
621-
**Value** **Replication Type**
622-
--------- -------------------------
623-
PRI :term:`primary`
624-
SEC :term:`secondary`
625-
REC recovering
626-
UNK unknown
627-
RTR mongos process ("router")
628-
ARB :term:`arbiter`
629-
========= =========================
620+
.. list-table::
621+
:header-rows: 1
622+
:widths: 20 80
623+
624+
* - Value
625+
- Replication Type
626+
627+
* - ``PRI``
628+
- :term:`primary`
629+
630+
* - ``SEC``
631+
- :term:`secondary`
632+
633+
* - ``REC``
634+
- recovering
635+
636+
* - ``UNK``
637+
- unknown
638+
639+
* - ``RTR``
640+
- ``mongos`` process ("router")
641+
642+
* - ``ARB``
643+
- :term:`arbiter`
630644

631645

632646
Additional Information

0 commit comments

Comments
 (0)