Using oink gem with heroku

后端 未结 7 2172
猫巷女王i
猫巷女王i 2020-12-28 18:01

I\'ve installed oink gem for monitoring the memory usage of my rails application. In order to see oink report I need to run this command in the terminal:

oin         


        
7条回答
  •  清歌不尽
    2020-12-28 18:24

    You need to set up a drain for your heroku logs in order to run the oink command. For example, I have my heroku logs draining onto a local linux rsyslog server.

提交回复
热议问题