# File lib/mongo/monitoring/event/command_started.rb, line 56 def initialize(command_name, database_name, address, request_id, operation_id, command) @command_name = command_name.to_s @database_name = database_name @address = address @request_id = request_id @operation_id = operation_id @command = redacted(command_name, command) end