Module: AlertManagement
- Defined in:
- app/models/alert_management.rb,
app/models/alert_management/alert.rb,
app/finders/alert_management/alerts_finder.rb,
app/models/alert_management/alert_assignee.rb,
app/policies/alert_management/alert_policy.rb,
app/models/alert_management/http_integration.rb,
app/models/alert_management/alert_user_mention.rb,
app/presenters/alert_management/alert_presenter.rb,
app/services/alert_management/alerts/update_service.rb,
app/finders/alert_management/http_integrations_finder.rb,
app/policies/alert_management/http_integration_policy.rb,
app/services/alert_management/alerts/todo/create_service.rb,
app/services/alert_management/create_alert_issue_service.rb,
app/services/alert_management/sync_alert_service_data_service.rb,
app/services/alert_management/http_integrations/create_service.rb,
app/services/alert_management/http_integrations/update_service.rb,
app/services/alert_management/process_prometheus_alert_service.rb,
app/services/alert_management/http_integrations/destroy_service.rb
Defined Under Namespace
Modules: Alerts, HttpIntegrations Classes: Alert, AlertAssignee, AlertPolicy, AlertPresenter, AlertUserMention, AlertsFinder, CreateAlertIssueService, HttpIntegration, HttpIntegrationPolicy, HttpIntegrationsFinder, ProcessPrometheusAlertService, SyncAlertServiceDataService
Class Method Summary collapse
Class Method Details
.table_name_prefix ⇒ Object
4 5 6 |
# File 'app/models/alert_management.rb', line 4 def self.table_name_prefix 'alert_management_' end |