1MONGOC_APM_CALLBACKS_T(3) libmongoc MONGOC_APM_CALLBACKS_T(3)
2
3
4
5Notification callbacks
6
8 Used to receive notification of events, such as when a MongoDB command
9 begins, succeeds, or fails.
10
11 Create a mongoc_apm_callbacks_t with mongoc_apm_callbacks_new(), set
12 callbacks on it, then pass it to mongoc_client_set_apm_callbacks() or
13 mongoc_client_pool_set_apm_callbacks().
14
15 SEE ALSO:
16 Introduction to Application Performance Monitoring
17
18
20 MongoDB, Inc
21
23 2017-present, MongoDB, Inc
24
25
26
27
281.25.1 Nov 08, 2023 MONGOC_APM_CALLBACKS_T(3)