Class: SourceMonitor::HealthController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SourceMonitor::HealthController
- Defined in:
- app/controllers/source_monitor/health_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
5 6 7 8 9 10 |
# File 'app/controllers/source_monitor/health_controller.rb', line 5 def show render json: { status: "ok", metrics: SourceMonitor::Metrics.snapshot } end |