class Azu::Handler::DevDashboard

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

Defined in:

azu/handler/dev_dashboard.cr

Constant 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) #

[View source]

Instance Method Detail

def call(context : HTTP::Server::Context) #

[View source]
def log : Log #

[View source]
def metrics : PerformanceMetrics #

[View source]
def path : String #

[View source]