summaryrefslogtreecommitdiff
path: root/db/importers/common_metrics_importer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/importers/common_metrics_importer.rb')
-rw-r--r--db/importers/common_metrics_importer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/db/importers/common_metrics_importer.rb b/db/importers/common_metrics_importer.rb
index 01fbbd6866b..6302394d7a6 100644
--- a/db/importers/common_metrics_importer.rb
+++ b/db/importers/common_metrics_importer.rb
@@ -35,8 +35,8 @@ module Importers
attr_reader :content
- def initialize(file = 'config/prometheus/common_metrics.yml')
- @content = YAML.load_file(file)
+ def initialize(filename = 'common_metrics.yml')
+ @content = YAML.load_file(Rails.root.join('config', 'prometheus', filename))
end
def execute