Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Oct 9, 2018
1 parent 8762755 commit fe0f458
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/tutorials/ruby-driver-monitoring.txt
Expand Up @@ -85,7 +85,7 @@ all clients or on a per-client basis:

Sample output:

.. code-block::
.. code-block:: none

D, [2018-09-23T13:47:31.258020 #4692] DEBUG -- : COMMAND | 127.0.0.1:27027 | test.ismaster | STARTED | {"ismaster"=>1, "$readPreference"=>{"mode"=>"primary"}, "lsid"=>{"id"=><BSON::Binary:0x47111693353080 type=uuid data=0x730341e880dc40a2...>}}
D, [2018-09-23T13:47:31.259145 #4692] DEBUG -- : COMMAND | 127.0.0.1:27027 | test.ismaster | SUCCEEDED | 0.000791175s
Expand Down Expand Up @@ -243,7 +243,7 @@ since the events may be published during the client's construction:

Sample output:

.. code-block::
.. code-block:: none

D, [2018-10-09T13:58:03.489461 #22079] DEBUG -- : SDAM | Topology type 'Unknown' initializing.
D, [2018-10-09T13:58:03.489699 #22079] DEBUG -- : SDAM | Server 127.0.0.1:27100 initializing.
Expand Down Expand Up @@ -326,10 +326,10 @@ events globally or for a specific client:

Sample output:

.. code-block::
.. code-block:: none

D, [2018-09-23T13:44:10.707018 #1739] DEBUG -- : HEARTBEAT | 127.0.0.1:27027 | STARTED
D, [2018-09-23T13:44:10.707778 #1739] DEBUG -- : HEARTBEAT | 127.0.0.1:27027 | SUCCEEDED | 0.000772381s
D, [2018-09-23T13:44:10.707018 #1739] DEBUG -- : HEARTBEAT | 127.0.0.1:27027 | STARTED
D, [2018-09-23T13:44:10.707778 #1739] DEBUG -- : HEARTBEAT | 127.0.0.1:27027 | SUCCEEDED | 0.000772381s


Disabling Monitoring
Expand Down

0 comments on commit fe0f458

Please sign in to comment.