Class: Gitlab::BackgroundMigration::FixProjectsWithoutPrometheusService::Migratable::Applications::Prometheus

Inherits:
Object
  • Object
show all
Defined in:
lib/gitlab/background_migration/fix_projects_without_prometheus_service.rb

Overview

Migration model namespace isolated from application code.

Class Method Summary collapse

Class Method Details

.statusesObject



36
37
38
39
40
41
42
# File 'lib/gitlab/background_migration/fix_projects_without_prometheus_service.rb', line 36

def self.statuses
  {
    errored: -1,
    installed: 3,
    updated: 5
  }
end