From 73d38f339f126f65c724dac75993ddebc7e0252d Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Wed, 16 Aug 2023 11:26:02 -0400 Subject: [PATCH 1/3] Fix link to renamed and reformatted spec --- source/fundamentals/monitoring.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/source/fundamentals/monitoring.txt b/source/fundamentals/monitoring.txt index 797fc768..6265e818 100644 --- a/source/fundamentals/monitoring.txt +++ b/source/fundamentals/monitoring.txt @@ -150,8 +150,7 @@ The driver defines nine SDAM events. The driver divides these nine events between three separate listener interfaces which each listen for three of the nine events. Here are the three interfaces and the events they listen for: -- ``ClusterListener``: :spec:`topology ` - related events +- ``ClusterListener``: topology related events - ``ServerListener``: events related to ``mongod`` or ``mongos`` processes - ``ServerMonitorListener``: heartbeat related events @@ -159,8 +158,8 @@ To monitor a type of SDAM event, write a class that implements one of the three preceding interfaces and register an instance of that class with your ``MongoClient`` instance. -For a detailed description of each SDAM event in the driver, see the -:spec:`MongoDB SDAM monitoring specification `. +For a detailed description of each SDAM event, see the +:spec:`MongoDB SDAM monitoring Events API specification `. Example ^^^^^^^ From 15f6507f33f6b4346e91a4408de8dc5fa9e8644f Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Wed, 16 Aug 2023 11:40:12 -0400 Subject: [PATCH 2/3] formatting --- source/fundamentals/monitoring.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/fundamentals/monitoring.txt b/source/fundamentals/monitoring.txt index 4edaa701..5e6cdcbf 100644 --- a/source/fundamentals/monitoring.txt +++ b/source/fundamentals/monitoring.txt @@ -156,8 +156,7 @@ To monitor a type of SDAM event, write a class that implements one of the three preceding interfaces and register an instance of that class with your ``MongoClient`` instance. -For a detailed description of each SDAM event, see the -:spec:`MongoDB SDAM monitoring Events API specification `. +For a detailed description of each SDAM event, see the :spec:`MongoDB SDAM monitoring events specification `. Example ^^^^^^^ From 26b9903a1c9b9fcf51c5168cc59cada0bf04aeb0 Mon Sep 17 00:00:00 2001 From: Chris Cho Date: Wed, 16 Aug 2023 18:00:59 -0400 Subject: [PATCH 3/3] PRR fixes --- source/fundamentals/monitoring.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/fundamentals/monitoring.txt b/source/fundamentals/monitoring.txt index 5e6cdcbf..a32bb48e 100644 --- a/source/fundamentals/monitoring.txt +++ b/source/fundamentals/monitoring.txt @@ -148,7 +148,7 @@ The driver defines nine SDAM events. The driver divides these nine events between three separate listener interfaces which each listen for three of the nine events. Here are the three interfaces and the events they listen for: -- ``ClusterListener``: topology related events +- ``ClusterListener``: topology-related events - ``ServerListener``: events related to ``mongod`` or ``mongos`` processes - ``ServerMonitorListener``: heartbeat related events