Skip to content

Commit 849509d

Browse files
author
Chris Cho
authored
DOCSP-11760: clarify single instance (#126)
* DOCSP-11760: remove single instance mention
1 parent 9f12a39 commit 849509d

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

source/fundamentals/monitoring.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,25 +65,17 @@ You can subscribe to any of the following SDAM events:
6565
- Created when the topology changes, such as an election of a new
6666
primary or a **mongos** proxy disconnecting.
6767

68-
*Not applicable to a single instance.*
69-
7068
* - ``serverHeartbeatStarted``
7169
- Created prior to issuing an ``isMaster`` command to a MongoDB instance.
7270

73-
*Not applicable to a single instance.*
74-
7571
* - ``serverHeartbeatSucceeded``
7672
- Created when the ``isMaster`` command returns successfully from a
7773
MongoDB instance.
7874

79-
*Not applicable to a single instance.*
80-
8175
* - ``serverHeartbeatFailed``
8276
- Created when an ``isMaster`` command issued to a specific MongoDB
8377
instance fails to return a successful response
8478

85-
*Not applicable to a single instance.*
86-
8779
Example Event Documents
8880
-----------------------
8981

@@ -319,7 +311,7 @@ one of the following possible values:
319311
- Description
320312

321313
* - ``Single``
322-
- Single standalone instance
314+
- Standalone instance
323315

324316
* - ``ReplicaSetWithPrimary``
325317
- Replica set with a primary

0 commit comments

Comments
 (0)