Skip to main content

Products

Brainz Lab provides a comprehensive suite of tools to monitor, debug, and manage your Rails applications.

Observability

Alerting

Developer Tools

How They Work Together

All products integrate seamlessly:
User Request

    ├── Recall: Logs the request details
    ├── Pulse: Traces the request performance
    ├── Reflex: Captures any errors
    └── Flux: Tracks custom business events

            ├── Signal: Monitors & alerts on issues ──→ Slack, PagerDuty
            ├── Cortex: Controls feature visibility
            └── Synapse: Deployed via CI/CD
  • Unified alerting: Signal monitors all products and sends notifications
  • Errors link to logs: Click through from an error to see related log entries
  • Logs link to traces: See the full request trace from any log line
  • Traces show queries: Identify slow database queries affecting performance
  • Events correlate: Custom events include trace IDs for correlation

Getting Started

  1. Install the SDK - Add the brainzlab gem to your Rails app
  2. Configure - Set your secret key and enable products
  3. Deploy - Start collecting data automatically

Quick Start Guide

Get up and running in 5 minutes