...
1description: "Monitoring a direct connection"
2uri: "mongodb://a:27017/?directConnection=true"
3phases:
4 -
5 responses:
6 -
7 - "a:27017"
8 - { ok: 1, helloOk: true, isWritablePrimary: true, minWireVersion: 0, maxWireVersion: 6 }
9
10 outcome:
11 events:
12 -
13 topology_opening_event:
14 topologyId: "42"
15 -
16 topology_description_changed_event:
17 topologyId: "42"
18 previousDescription:
19 topologyType: "Unknown"
20 servers: []
21 newDescription:
22 topologyType: "Single"
23 servers:
24 -
25 address: "a:27017"
26 arbiters: []
27 hosts: []
28 passives: []
29 type: "Unknown"
30 -
31 server_opening_event:
32 topologyId: "42"
33 address: "a:27017"
34 -
35 server_description_changed_event:
36 topologyId: "42"
37 address: "a:27017"
38 previousDescription:
39 address: "a:27017"
40 arbiters: []
41 hosts: []
42 passives: []
43 type: "Unknown"
44 newDescription:
45 address: "a:27017"
46 arbiters: []
47 hosts: []
48 passives: []
49 type: "Standalone"
50 -
51 topology_description_changed_event:
52 topologyId: "42"
53 previousDescription:
54 topologyType: "Single"
55 servers:
56 -
57 address: "a:27017"
58 arbiters: []
59 hosts: []
60 passives: []
61 type: "Unknown"
62 newDescription:
63 topologyType: "Single"
64 servers:
65 -
66 address: "a:27017"
67 arbiters: []
68 hosts: []
69 passives: []
70 type: "Standalone"
View as plain text