# File lib/mongo/monitoring/event/command_succeeded.rb, line 60
        def initialize(command_name, database_name, address, request_id, operation_id, reply, duration)
          @command_name = command_name.to_s
          @database_name = database_name
          @address = address
          @request_id = request_id
          @operation_id = operation_id
          @reply = redacted(command_name, reply)
          @duration = duration
        end