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:
Diffstat (limited to 'config/metrics/aggregates/common.yml')
-rw-r--r--config/metrics/aggregates/common.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/metrics/aggregates/common.yml b/config/metrics/aggregates/common.yml
index beabb72dd72..50d5122e806 100644
--- a/config/metrics/aggregates/common.yml
+++ b/config/metrics/aggregates/common.yml
@@ -1,6 +1,6 @@
# Aggregated metrics that include EE only event names within `events:` attribute have to be defined at ee/config/metrics/aggregates/common.yml
# instead of this file.
-#- name: unique name of aggregated metric
+# - name: unique name of aggregated metric
# operator: aggregation operator. Valid values are:
# - "OR": counts unique elements that were observed triggering any of following events
# - "AND": counts unique elements that were observed triggering all of following events