1MONGOC_APM_SET_SERVER_HEARTBEAT_FAIMLlOEiNDbG_mOCoCBn_(gA3oP)cM_SET_SERVER_HEARTBEAT_FAILED_CB(3)
2
3
4
6 typedef void (*mongoc_apm_server_heartbeat_failed_cb_t) (
7 const mongoc_apm_server_heartbeat_failed_t *event);
8
9 void
10 mongoc_apm_set_server_heartbeat_failed_cb (mongoc_apm_callbacks_t *callbacks,
11 mongoc_apm_server_heartbeat_failed_cb_t cb);
12
13 Receive an event notification whenever the driver fails to send a
14 "hello" command to check the status of a server.
15
17 • callbacks: A mongoc_apm_callbacks_t.
18
19 • cb: A function to call with a mongoc_apm_server_heartbeat_failed_t
20 whenever the driver fails to send a "hello" command to check the sta‐
21 tus of a server.
22
23 SEE ALSO:
24 Introduction to Application Performance Monitoring
25
26
28 MongoDB, Inc
29
31 2017-present, MongoDB, Inc
32
33
34
35
361.25.1 NoMvON0G8O,C_2A0P2M3_SET_SERVER_HEARTBEAT_FAILED_CB(3)