Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-03-20 09:09:38 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-03-20 09:09:38 +0300
commite380e59ef5d1aa03922df49626c302da5eb30699 (patch)
treef68a1c643813a3c0e44fc52c1040882ba4683f4b /app/models/prometheus_alert.rb
parentd2b53bd7227495c615c865825f01a7fd7b9df9e0 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/prometheus_alert.rb')
-rw-r--r--app/models/prometheus_alert.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/prometheus_alert.rb b/app/models/prometheus_alert.rb
index 1dc7dc73e31..a1303f59129 100644
--- a/app/models/prometheus_alert.rb
+++ b/app/models/prometheus_alert.rb
@@ -2,6 +2,7 @@
class PrometheusAlert < ApplicationRecord
include Sortable
+ include UsageStatistics
OPERATORS_MAP = {
lt: "<",