v0.1.1 — Apr 27, 2026
New- Sidekiq job metrics —
sidekiq.job.count,sidekiq.job.duration,sidekiq.job.error.countemitted automatically via server middleware when Sidekiq is present - Database connection pool metrics —
db.connection_pool.size/busy/idle/waitingpolled every 30 s fromActiveRecord::Base.connection_pool Tracelit.metrics.gauge— point-in-time metric instrument for custom gauges
- Rails log forwarding now uses the
ActiveSupport::BroadcastLoggerAPI (Rails 7.1+) and falls back gracefully toLogger::Formatterwrapping on older versions config.resource_attributeshash is now deep-merged on top of the default OTel resource so SDK attributes (service.name,service.version) are never overwritten- All HTTP server metrics now include
controllerandactionas attributes when instrumented through Action Pack
- Fixed
Tracelit.start!being called twice during Rails boot when both a Railtie and an explicitTracelit.start!call were present — now idempotent - Fixed
ErrorSpanProcessornot exporting spans when the parent sampler returnedDROPfor a span whose status was set to error viaspan.status=