Module: AlertManagement

Defined in:
app/models/alert_management.rb,
app/models/alert_management/alert.rb,
app/models/alert_management/metric_image.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/serializers/alert_management/alert_entity.rb,
app/models/alert_management/alert_user_mention.rb,
app/presenters/alert_management/alert_presenter.rb,
app/services/concerns/alert_management/responses.rb,
app/serializers/alert_management/alert_serializer.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/concerns/alert_management/alert_processing.rb,
app/services/alert_management/alerts/todo/create_service.rb,
app/services/alert_management/create_alert_issue_service.rb,
app/services/alert_management/metric_images/upload_service.rb,
app/services/alert_management/http_integrations/base_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: AlertProcessing, Alerts, HttpIntegrations, MetricImages, Responses Classes: Alert, AlertAssignee, AlertEntity, AlertPolicy, AlertPresenter, AlertSerializer, AlertUserMention, AlertsFinder, CreateAlertIssueService, HttpIntegration, HttpIntegrationPolicy, HttpIntegrationsFinder, MetricImage, ProcessPrometheusAlertService

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



4
5
6
# File 'app/models/alert_management.rb', line 4

def self.table_name_prefix
  'alert_management_'
end