int64_t mongoc_apm_command_failed_get_request_id (const mongoc_apm_command_failed_t *event);
Returns this event's wire-protocol request id. Use this number to correlate client-side events with server log messages.
event
A mongoc_apm_command_failed_t.
The event's request id.
Introduction to Application Performance Monitoring