← Graph

ActiveSupport Notifications as cheap built-in instrumentation

takeaway 1 connections

Stephen Margheim's observation for smaller apps: Rails is already heavily instrumented via ActiveSupport Notifications. For apps that can't afford Datadog, subscribing to these notifications and piping them into a SQLite database (or any simple store) with a route to display them is a reasonable minimalist starting point. Sidekiq also ships a solid out-of-the-box insights interface for background jobs.

type
recommendation
takeaway ActiveSupport Notifications as cheap built-in instrumentation
from_talk
Stephen's recommendation for apps that can't afford SaaS APM.

Provenance

Created in
Performance Panel at wroclove.rb 2024 2026-04-17 23:20
Read by
2 extractions