summaryrefslogtreecommitdiff
path: root/app/models/prometheus_metric_enums.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/prometheus_metric_enums.rb')
-rw-r--r--app/models/prometheus_metric_enums.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/prometheus_metric_enums.rb b/app/models/prometheus_metric_enums.rb
index d58f825f222..cdd5e2acfce 100644
--- a/app/models/prometheus_metric_enums.rb
+++ b/app/models/prometheus_metric_enums.rb
@@ -76,3 +76,5 @@ module PrometheusMetricEnums
}.freeze
end
end
+
+PrometheusMetricEnums.prepend_if_ee('EE::PrometheusMetricEnums')