Class: SolidObserver::TracesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- SolidObserver::TracesController
- Includes:
- RequirePersistenceMode
- Defined in:
- app/controllers/solid_observer/traces_controller.rb
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#show ⇒ Object
11 12 13 14 15 |
# File 'app/controllers/solid_observer/traces_controller.rb', line 11 def show result = SolidObserver::Queries::TraceQuery.new.call(correlation_id: params[:id]) @rows = result.rows @unavailable_components = result.unavailable_components end |