summaryrefslogtreecommitdiff
path: root/lib/gitlab/metrics
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/metrics')
-rw-r--r--lib/gitlab/metrics/dashboard/service_selector.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/metrics/dashboard/service_selector.rb b/lib/gitlab/metrics/dashboard/service_selector.rb
index aee7f6685ad..22314c2a0ee 100644
--- a/lib/gitlab/metrics/dashboard/service_selector.rb
+++ b/lib/gitlab/metrics/dashboard/service_selector.rb
@@ -34,7 +34,7 @@ module Gitlab
end
def system_dashboard?(filepath)
- SERVICES::SystemDashboardService.system_dashboard?(filepath)
+ SERVICES::SystemDashboardService.matching_dashboard?(filepath)
end
def custom_metric_embed?(params)