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

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