You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Returns this event's database name. The data is only valid in the scope of the callback that receives this event; copy it if it will be accessed after the callback returns.
16
+
17
+
Parameters
18
+
----------
19
+
20
+
* ``event``: A :symbol:`mongoc_apm_command_failed_t`.
21
+
22
+
Returns
23
+
-------
24
+
25
+
A string that should not be modified or freed.
26
+
27
+
.. seealso::
28
+
29
+
|:doc:`Introduction to Application Performance Monitoring <application-performance-monitoring>`
Returns this event's database name. The data is only valid in the scope of the callback that receives this event; copy it if it will be accessed after the callback returns.
16
+
17
+
Parameters
18
+
----------
19
+
20
+
* ``event``: A :symbol:`mongoc_apm_command_succeeded_t`.
21
+
22
+
Returns
23
+
-------
24
+
25
+
A string that should not be modified or freed.
26
+
27
+
.. seealso::
28
+
29
+
|:doc:`Introduction to Application Performance Monitoring <application-performance-monitoring>`
0 commit comments