Class: RubyLLM::Monitoring::AlertsController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RubyLLM::Monitoring::AlertsController
- Defined in:
- app/controllers/ruby_llm/monitoring/alerts_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/ruby_llm/monitoring/alerts_controller.rb', line 3 def index @alert_rules = RubyLLM::Monitoring.alert_rules end |