Skip to content
railsengines.com

Rails Observatory

See what's happening in your Rails App using Redis and ActiveSupport::Notification

No ratings yet
Gem
rails_observatory
Repository
mgodwin/rails_observatory
License
MIT
Stars
22
Added
August 11, 2026

About

See what's happening in your Rails App using Redis and ActiveSupport::Notification

Rails Observatory hooks into ActiveSupport::Notifications with RedisStack to provide a simple way to observe what is happening your Rails app, without costly SaaS products.

What you get

  • A simple APM to see what is happening in your application
  • Traces for requests and jobs, and an interface to view them
  • Captures logs emitted during a trace and provides an interface to view them
  • Captures errors and provides an interface to view them
  • In development, captures all delivered emails and provides an interface to view them

Installing it

ruby
# Gemfile
gem "rails_observatory"

Details

22 stars on GitHub · MIT licensed · maintained by mgodwin. Source: https://github.com/mgodwin/rails_observatory

Discussion (0)

Sign in to join the discussion.

No comments yet.