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-09-27 12:08:07 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-27 12:08:07 +0300
commitb6f32e82a08a171debbb57236e8995b8d741e6a5 (patch)
tree44d876d957d94b7bb0e940cce64f96693997fe0f /tooling
parent605f9296cc7bb39665ea5d07b7dad9a8eda4c26d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'tooling')
-rw-r--r--tooling/danger/analytics_instrumentation.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tooling/danger/analytics_instrumentation.rb b/tooling/danger/analytics_instrumentation.rb
index 69cc30f51fb..8f6a8b8fc7d 100644
--- a/tooling/danger/analytics_instrumentation.rb
+++ b/tooling/danger/analytics_instrumentation.rb
@@ -23,7 +23,7 @@ module Tooling
MSG
CHANGED_USAGE_DATA_MESSAGE = <<~MSG
- Notice that implementing metrics directly in usage_data.rb has been deprecated. ([Deprecated Usage Metrics](https://docs.gitlab.com/ee/development/service_ping/usage_data.html#usage-data-metrics-guide))
+ Notice that implementing metrics directly in usage_data.rb has been deprecated.
Please use [Instrumentation Classes](https://docs.gitlab.com/ee/development/service_ping/metrics_instrumentation.html) instead.
MSG