GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MONGOC_CLIENT_SET_APM_CALLBACKS(3) libmongoc MONGOC_CLIENT_SET_APM_CALLBACKS(3)

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 safely destroyed by the caller after this API call completes. If a context is passed, it is the application's responsibility to ensure context remains valid for the lifetime of the client.

  • client: A mongoc_client_t.
  • callbacks: Optional mongoc_apm_callbacks_t. Pass NULL to clear all callbacks.
  • context: Optional pointer to include with each event notification.

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

SEE ALSO:

Introduction to Application Performance Monitoring



MongoDB, Inc

2009-present, MongoDB, Inc.

July 3, 2025 1.30.4

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.