Scroll to navigation

MONGOC_CLIENT_POOL_SET_APM_CALLBACKS(3) Library Functions Manual MONGOC_CLIENT_POOL_SET_APM_CALLBACKS(3)

NAME

mongoc_client_pool_set_apm_callbacks() - None

SYNOPSIS


bool mongoc_client_pool_set_apm_callbacks (mongoc_client_pool_t *pool, mongoc_apm_callbacks_t *callbacks, void *context);

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

This function can only be called once on a pool, and must be called before the first mongoc_client_pool_pop

See Introduction to Application Performance Monitoring

PARAMETERS

pool
A mongoc_client_pool_t
callbacks
A mongoc_apm_callbacks_t
context
Optional pointer to include with each event notification.

RETURNS

Returns true on success, otherwise false and an error is logged.

COLOPHON

This page is part of MongoDB C Driver. Please report any bugs at https://jira.mongodb.org/browse/CDRIVER.
2016‐10‐12 MongoDB C Driver