Custom metrics and events for Rails. Gauges, counters, distributions, and real-time dashboards with anomaly detection.
Custom dashboards with live data
Gauges, counters, distributions, and sets. Built for the way you think about metrics.
# Track any metric type BrainzLab::Flux.gauge("users.online", 234) BrainzLab::Flux.increment("api.requests") BrainzLab::Flux.distribution("response_time", 145.2) BrainzLab::Flux.set("daily_active_users", user.id) # Track events with properties BrainzLab::Flux.track("user.signup", { plan: "pro", value: 29.99 })
Powerful metrics and event tracking
Build dashboards with drag-and-drop widgets
Live streaming metrics via WebSocket
AI-powered spike and drop alerts
Powered by TimescaleDB for fast queries