Commit b4e2d21d authored by Dmytro Zaporozhets's avatar Dmytro Zaporozhets

Merge branch '210536-move-gitlab-alert-embed-service-to-core' into 'master'

Move `GitlabAlertEmbedService` from EE to CE

Closes #210536

See merge request gitlab-org/gitlab!27440
parents b99b0e44 9ea58931
......@@ -9,8 +9,7 @@ module EE
EE_SERVICES = [
::Metrics::Dashboard::ClusterMetricsEmbedService,
::Metrics::Dashboard::ClusterDashboardService,
::Metrics::Dashboard::GitlabAlertEmbedService
::Metrics::Dashboard::ClusterDashboardService
].freeze
class_methods do
......
......@@ -13,6 +13,7 @@ module Gitlab
include Gitlab::Utils::StrongMemoize
SERVICES = [
::Metrics::Dashboard::GitlabAlertEmbedService,
::Metrics::Dashboard::CustomMetricEmbedService,
::Metrics::Dashboard::GrafanaMetricEmbedService,
::Metrics::Dashboard::DynamicEmbedService,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment