Commit 9ea58931 authored by Vitali Tatarintev's avatar Vitali Tatarintev

Move GitlabAlertEmbedService to CE

Contributes to migration of Prometheus Alerts to Core
parent 6b2e3070
...@@ -9,8 +9,7 @@ module EE ...@@ -9,8 +9,7 @@ module EE
EE_SERVICES = [ EE_SERVICES = [
::Metrics::Dashboard::ClusterMetricsEmbedService, ::Metrics::Dashboard::ClusterMetricsEmbedService,
::Metrics::Dashboard::ClusterDashboardService, ::Metrics::Dashboard::ClusterDashboardService
::Metrics::Dashboard::GitlabAlertEmbedService
].freeze ].freeze
class_methods do class_methods do
......
...@@ -13,6 +13,7 @@ module Gitlab ...@@ -13,6 +13,7 @@ module Gitlab
include Gitlab::Utils::StrongMemoize include Gitlab::Utils::StrongMemoize
SERVICES = [ SERVICES = [
::Metrics::Dashboard::GitlabAlertEmbedService,
::Metrics::Dashboard::CustomMetricEmbedService, ::Metrics::Dashboard::CustomMetricEmbedService,
::Metrics::Dashboard::GrafanaMetricEmbedService, ::Metrics::Dashboard::GrafanaMetricEmbedService,
::Metrics::Dashboard::DynamicEmbedService, ::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