summaryrefslogtreecommitdiff
path: root/lib/tasks/gitlab/metrics.rake
blob: f2635c96638aad62d683a30fd618a4cbec651528 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

namespace :metrics do
  desc "GitLab | Metrics | Setup common metrics"
  task setup_common_metrics: :gitlab_environment do
    ::Gitlab::DatabaseImporters::CommonMetrics::Importer.new.execute
  end
end