This is an outdated version of the documentation. See the current version of this page.
  • MongoDB C Driver 1.9.2 »
  • Application Performance Monitoring (APM)

mongoc_apm_command_failed_t¶

Command-failed event

Synopsis¶

An event notification sent when the driver fails to execute a MongoDB command.

Functions¶

  • mongoc_apm_command_failed_get_command_name()
  • mongoc_apm_command_failed_get_context()
  • mongoc_apm_command_failed_get_duration()
  • mongoc_apm_command_failed_get_error()
  • mongoc_apm_command_failed_get_host()
  • mongoc_apm_command_failed_get_operation_id()
  • mongoc_apm_command_failed_get_request_id()
  • mongoc_apm_command_failed_get_server_id()

See Also¶

Introduction to Application Performance Monitoring

« Previous: mongoc_apm_set_command_succeeded_cb() Next: mongoc_apm_command_failed_get_command_name() »

MongoDB C Driver 1.9.2

  • Installing the MongoDB C Driver
  • Tutorial
  • Authentication
  • Basic Troubleshooting
  • Guides
  • API Reference
  • Application Performance Monitoring (APM)
    • mongoc_apm_callbacks_t
    • mongoc_apm_command_failed_t
    • mongoc_apm_command_started_t
    • mongoc_apm_command_succeeded_t
    • mongoc_apm_server_changed_t
    • mongoc_apm_server_closed_t
    • mongoc_apm_server_heartbeat_failed_t
    • mongoc_apm_server_heartbeat_started_t
    • mongoc_apm_server_heartbeat_succeeded_t
    • mongoc_apm_server_opening_t
    • mongoc_apm_topology_changed_t
    • mongoc_apm_topology_closed_t
    • mongoc_apm_topology_opening_t
  • Index
Created using Sphinx 1.6.1, based on Sphinx Readable Theme.