igorkasyanchuk / rails_performance

Monitor performance of you Rails applications (self-hosted and free)
https://www.railsjazz.com/
MIT License
957 stars 54 forks source link

No Data...how to debug? #35

Closed philsmy closed 1 year ago

philsmy commented 3 years ago

We followed the basic installation. Redis is running (we use it for other process and they are fine) but we see no data in the dashboard. Is there any way to debug what is going on?

It seems the debug flag, which turns on logging, doesn't matter because nothing logs that I can find.

igorkasyanchuk commented 3 years ago

Hello @philsmy I suggest to clone the repo and add the gem to your app with gem 'rails_performance', path: '../rails_performance' for example

after this you can try to debug and see what is pushed to redis (what key name), and compare with query to the redis

igorkasyanchuk commented 3 years ago

let me know how it works for you

igorkasyanchuk commented 1 year ago

assuming now that all is ok