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>2023-11-18 03:10:43 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-11-18 03:10:43 +0300
commitda4f753e76a4fd162d35c0c79d1241583e88b685 (patch)
tree3e9a8ebb90efeceaebe9a85cef6cb8410e850c9b /generator_templates
parent20082d14c8a188514703824d59f1a1a524477b68 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'generator_templates')
-rw-r--r--generator_templates/gitlab_internal_events/metric_definition.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator_templates/gitlab_internal_events/metric_definition.yml b/generator_templates/gitlab_internal_events/metric_definition.yml
index c31f7d54df0..3717774cd3c 100644
--- a/generator_templates/gitlab_internal_events/metric_definition.yml
+++ b/generator_templates/gitlab_internal_events/metric_definition.yml
@@ -12,11 +12,11 @@ introduced_by_url: <%= options.fetch(:mr) %>
time_frame: <%= args.third %>
data_source: internal_events
data_category: optional
-instrumentation_class: <%= class_name(args.third) %>
+instrumentation_class: <%= class_name %>
distribution:<%= distributions %>
tier:<%= tiers %>
options:
events:
- <%= event %>
events:
- - name: <%= event %><%= unique(args.third) %>
+ - name: <%= event %><%= unique %>