From df8a56e630a4f4df93fbc54de938f31542539d31 Mon Sep 17 00:00:00 2001 From: Ryan Cobb Date: Tue, 9 Jul 2019 15:31:28 -0600 Subject: Rename Gitlab::Importers module In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters. --- doc/development/prometheus_metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/development/prometheus_metrics.md') diff --git a/doc/development/prometheus_metrics.md b/doc/development/prometheus_metrics.md index bca0b22b650..576601372a3 100644 --- a/doc/development/prometheus_metrics.md +++ b/doc/development/prometheus_metrics.md @@ -36,7 +36,7 @@ class ImportCommonMetrics < ActiveRecord::Migration[4.2] DOWNTIME = false def up - ::Gitlab::Importers::CommonMetrics::Importer.new.execute + ::Gitlab::DatabaseImporters::CommonMetrics::Importer.new.execute end def down -- cgit v1.2.1