1MONGOC_APM_CALLBACKS_T(3) libmongoc MONGOC_APM_CALLBACKS_T(3)
2
3
4
6 mongoc_apm_callbacks_t - mongoc_apm_callbacks_t
7
8 Notification callbacks
9
11 Used to receive notification of events, such as when a MongoDB command
12 begins, succeeds, or fails.
13
14 Create a mongoc_apm_callbacks_t with mongoc_apm_callbacks_new, set
15 callbacks on it, then pass it to mongoc_client_set_apm_callbacks or
16 mongoc_client_pool_set_apm_callbacks.
17
19 Introduction to Application Performance Monitoring
20
22 MongoDB, Inc
23
25 2017-present, MongoDB, Inc
26
27
28
29
301.17.6 Jun 03, 2021 MONGOC_APM_CALLBACKS_T(3)