struct

Mongo::Monitoring::Commands::CommandSucceededEvent

Inherits Mongo::Monitoring::Commands::Event / Struct / Value / Object

This event is triggered when a command is successfully acknowledged by the server.

Instance methods

address

Returns the server address.

command_name

Returns the command name.

duration

Returns the execution time of the event in the highest possible resolution for the platform.

Source
operation_id

Returns the driver generated operation id. This is used to link events together such as bulk write operations. OPTIONAL.

reply

Returns the command reply.

Source
request_id

Returns the driver generated request id.