summaryrefslogtreecommitdiff
path: root/app/controllers/projects/metrics_dashboard_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/metrics_dashboard_controller.rb')
-rw-r--r--app/controllers/projects/metrics_dashboard_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/metrics_dashboard_controller.rb b/app/controllers/projects/metrics_dashboard_controller.rb
index 3f10749602e..e305b018293 100644
--- a/app/controllers/projects/metrics_dashboard_controller.rb
+++ b/app/controllers/projects/metrics_dashboard_controller.rb
@@ -12,6 +12,7 @@ module Projects
before_action do
push_frontend_feature_flag(:prometheus_computed_alerts)
push_frontend_feature_flag(:disable_metric_dashboard_refresh_rate)
+ push_frontend_feature_flag(:monitor_logging, project)
end
feature_category :metrics