Class: RoundhouseUi::MetricsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RoundhouseUi::MetricsController
- Defined in:
- app/controllers/roundhouse_ui/metrics_controller.rb
Overview
Derived metrics, kept off the dashboard so the at-a-glance view stays lean.
Constant Summary
Constants inherited from ApplicationController
ApplicationController::AUDIT_VERBS
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#show ⇒ Object
4 5 6 7 |
# File 'app/controllers/roundhouse_ui/metrics_controller.rb', line 4 def show @metrics = Metrics.new @durations = DurationCollector.summary if RoundhouseUi.collect_durations end |