1MONGOC_APM_SET_COMMAND_STARTED_CB(3)libmongoMcONGOC_APM_SET_COMMAND_STARTED_CB(3)
2
3
4
6 mongoc_apm_set_command_started_cb - mongoc_apm_set_command_started_cb()
7
9 typedef void (*mongoc_apm_command_started_cb_t) (
10 const mongoc_apm_command_started_t *event);
11
12 void
13 mongoc_apm_set_command_started_cb (mongoc_apm_callbacks_t *callbacks,
14 mongoc_apm_command_started_cb_t cb);
15
16 Receive an event notification whenever the driver starts a MongoDB op‐
17 eration.
18
20 • callbacks: A mongoc_apm_callbacks_t.
21
22 • cb: A function to call with a mongoc_apm_command_started_t whenever
23 the driver begins a MongoDB operation.
24
25 SEE ALSO:
26 Introduction to Application Performance Monitoring
27
28
30 MongoDB, Inc
31
33 2017-present, MongoDB, Inc
34
35
36
37
381.24.3 Aug 17, 20M2O3NGOC_APM_SET_COMMAND_STARTED_CB(3)