• Matthias Käppler's avatar
    Record and publish application boot time · 335317a0
    Matthias Käppler authored
    This change captures and emits the time it takes
    for the primary Rails process to start up.
    
    - Log it to application JSON log
    - Emit it to prometheus
    - Print it to the console message
    
    This is only active for Puma, Sidekiq and Rails console.
    
    Changelog: added
    335317a0
application.rb 22.6 KB