Skip to content

Cwjiee/rails-server-analytics

Repository files navigation

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.

About

rails development dashboard with metrics and analytics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published