Method: Mongo::Monitoring::Event::CommandSucceeded#summary

Defined in:
lib/mongo/monitoring/event/command_succeeded.rb

#summaryString

Note:

This method is experimental and subject to change.

Returns a concise yet useful summary of the event.

Returns:

  • (String)

    String summary of the event.

Since:

  • 2.1.0



101
102
103
# File 'lib/mongo/monitoring/event/command_succeeded.rb', line 101

def summary
  "#<#{short_class_name} address=#{address} #{database_name}.#{command_name}>"
end