mongoc_client_set_apm_callbacks()

Synopsis

bool
mongoc_client_set_apm_callbacks (mongoc_client_t *client,
                                 mongoc_apm_callbacks_t *callbacks,
                                 void *context);

Register a set of callbacks to receive Application Performance Monitoring events.

The callbacks are copied by the client and may be destroyed at any time after.

Parameters

Returns

Returns true on success. If any arguments are invalid, returns false and logs an error.