The project is in a healthy, maintained state
A rails gem that shows your rails application metrics and analytics in a dashboard view. The gem applies a middleware to your rails application to trace requests and responses from your server, then pushes it to the database. Raw data stored will then be processed and show in an analytical view on your localhost.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

RailsServerAnalytics

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.

Installation

Install the gem and add to the application's Gemfile by executing:

bundle add rails_server_analytics

Usage

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

! Warning

Graph view of the page hasn't been implemented yet. So nothing will show currently for "Request per Day" section

License

The gem is available as open source under the terms of the MIT License.

Code of Conduct

Everyone interacting in the ServerMonitor project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.