summaryrefslogtreecommitdiff
path: root/doc/development/prometheus_metrics.md
diff options
context:
space:
mode:
authorRyan Cobb <rcobb@gitlab.com>2019-07-09 15:31:28 -0600
committerRyan Cobb <rcobb@gitlab.com>2019-07-09 17:02:08 -0600
commitdf8a56e630a4f4df93fbc54de938f31542539d31 (patch)
treedd995a9294569374fe48b244c972b0b5456100d9 /doc/development/prometheus_metrics.md
parent68b37a99f4032deb9b1f196451a09c051274480c (diff)
downloadgitlab-ce-df8a56e630a4f4df93fbc54de938f31542539d31.tar.gz
Rename Gitlab::Importers module
In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
Diffstat (limited to 'doc/development/prometheus_metrics.md')
-rw-r--r--doc/development/prometheus_metrics.md2
1 files changed, 1 insertions, 1 deletions
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