File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ serverStatus
4
4
5
5
.. default-domain:: mongodb
6
6
7
+ .. facet::
8
+ :name: programming_language
9
+ :values: shell
10
+
11
+ .. facet::
12
+ :name: genre
13
+ :values: reference
14
+
7
15
.. contents:: On this page
8
16
:local:
9
17
:backlinks: none
@@ -1756,6 +1764,10 @@ metrics
1756
1764
numTimesChoseSame : Long("<num>"),
1757
1765
numTimesChoseDifferent : Long("<num>"),
1758
1766
numTimesCouldNotFind : Long("<num>")
1767
+ },
1768
+ waiters : {
1769
+ opTime : Long("<num>"),
1770
+ replication : Long("<num>")
1759
1771
}
1760
1772
},
1761
1773
storage : {
@@ -2613,6 +2625,19 @@ metrics
2613
2625
2614
2626
.. versionadded:: 4.4
2615
2627
2628
+ .. serverstatus:: metrics.repl.waiters.replication
2629
+
2630
+ The number of threads waiting for replicated or journaled :ref:`write concern
2631
+ acknowledgements <wc-ack-behavior>`.
2632
+
2633
+ .. versionadded:: 7.3
2634
+
2635
+ .. serverstatus:: metrics.repl.waiters.opTime
2636
+
2637
+ The number of threads queued for local replication :term:`optime` assignments.
2638
+
2639
+ .. versionadded:: 7.3
2640
+
2616
2641
.. serverstatus:: metrics.storage.freelist.search.bucketExhausted
2617
2642
2618
2643
The number of times that :binary:`~bin.mongod` has examined the free
Original file line number Diff line number Diff line change @@ -31,3 +31,12 @@ megabytes, that must be recoverable for compaction to proceed.
31
31
/release-notes/7.3-compatibility
32
32
33
33
34
+ ``serverStatus`` Metrics
35
+ ~~~~~~~~~~~~~~~~~~~~~~~~
36
+
37
+ Starting in MongoDB 7.3, the :dbcommand:`serverStatus` command output
38
+ includes the following new metrics:
39
+
40
+ - :serverstatus:`metrics.repl.waiters.replication`
41
+ - :serverstatus:`metrics.repl.waiters.opTime`
42
+
You can’t perform that action at this time.
0 commit comments