This gem traces server requests and responses and stores the traced logs into the database. Users are able to view the server analytics by going to the /analytics
view.
Install the gem and add to the application's Gemfile by executing:
bundle add rails_server_analytics
rails generate analytics:install
rails db:migrate
Go to analytics view by accessing /analytics
endpoint in the url. Exp:
localhost:3000/analytics
# or
127.0.0.1:3000/analytics
Graph view of the page hasn't been implemented yet. So nothing will show currently for "Request per Day" section
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the ServerMonitor project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.