mongoc_apm_command_failed_get_server_connection_id - mongoc_apm_command_failed_get_server_connection_id()

NAME  SYNOPSIS  PARAMETERS  RETURNS  AUTHOR  COPYRIGHT 

NAME

mongoc_apm_command_failed_get_server_connection_id − mongoc_apm_command_failed_get_server_connection_id()

WARNING:

Deprecated since version 1.24.0: This function is deprecated and should not be used in new code.

Please use mongoc_apm_command_failed_get_server_connection_id_int64() in new code.

SYNOPSIS

int32_t
mongoc_apm_command_failed_get_server_connection_id (
  const mongoc_apm_command_failed_t *event)
  BSON_GNUC_DEPRECATED_FOR (
      "mongoc_apm_command_failed_get_server_connection_id_int64");

Returns this event's context.

Returns the server connection ID for the command. The server connection ID is distinct from the server ID (- mongoc_apm_command_failed_get_server_id()) and is returned by the hello or legacy hello response as "connectionId" from the server on 4.2+.

PARAMETERS

event: A mongoc_apm_command_failed_t.

RETURNS

The server connection ID as a positive integer or −1 if it is not available.

SEE ALSO:

Introduction to Application Performance Monitoring

AUTHOR

MongoDB, Inc

COPYRIGHT

2017-present, MongoDB, Inc


Updated 2024-01-29 - jenkler.se | uex.se