diff options
Diffstat (limited to 'app/controllers/projects')
| -rw-r--r-- | app/controllers/projects/metrics_dashboard_controller.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/projects/metrics_dashboard_controller.rb b/app/controllers/projects/metrics_dashboard_controller.rb index 08757d11912..510c882d537 100644 --- a/app/controllers/projects/metrics_dashboard_controller.rb +++ b/app/controllers/projects/metrics_dashboard_controller.rb @@ -9,6 +9,9 @@ module Projects include Gitlab::Utils::StrongMemoize before_action :authorize_metrics_dashboard! + before_action :render_404, only: :show, if: -> do + Feature.enabled?(:remove_monitor_metrics) + end feature_category :metrics urgency :low |
