Rails Observatory

Observability for your Rails app.

Rails observatory hooks into ActiveSupport::Instrumentation with RedisStack to provide a simple way to observe what is happening your Rails app, without third party integrations.

Features

  • 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

Requirements

Installation

bundle add observatory-rails

Getting Started

Check out the Getting Started wiki page.

Contributing

Pull requests, issues and more are welcome!

License

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