class
Azu::Handler::DevDashboard
- Azu::Handler::DevDashboard
- Reference
- Object
Overview
Development Dashboard HTTP handler for displaying live runtime insights Provides comprehensive metrics for developers during development phase
Usage:
Azu.start [
Azu::Handler::DevDashboard.new,
# other handlers
]
Included Modules
- HTTP::Handler
Defined in:
azu/handler/dev_dashboard.crConstant Summary
-
DEFAULT_PATH =
"/dev-dashboard"
Constructors
Instance Method Summary
Constructor Detail
def self.new(path : String = DEFAULT_PATH, metrics : PerformanceMetrics | Nil = nil, log : Log = Azu::CONFIG.log)
#