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
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