mongoc_apm_command_started_get_request_id
Synopsis
int64_t mongoc_apm_command_started_get_request_id ( const mongoc_apm_command_started_t *event);
Returns this event's wire-protocol request id. Use this number to correlate client-side events with server log messages.
Parameters
- event: A mongoc_apm_command_started_t.
Returns
The event's request id.
SEE ALSO:
Introduction to Application Performance Monitoring
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Feb 06, 2025 1.30.0 libmongoc