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-02-14 18:09:21 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-02-14 18:09:21 +0300
commita2b7b398c7855bccee5d2f0f9a021b2efea0838e (patch)
tree7185da81b374a95d76659803f89628873f28c91e /doc/development/service_ping/metrics_lifecycle.md
parentcacc3815006ab7d3828ebe8903f95154b27a6e21 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/service_ping/metrics_lifecycle.md')
-rw-r--r--doc/development/service_ping/metrics_lifecycle.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/service_ping/metrics_lifecycle.md b/doc/development/service_ping/metrics_lifecycle.md
index e8ff27c6cf5..8a8ceae1f4c 100644
--- a/doc/development/service_ping/metrics_lifecycle.md
+++ b/doc/development/service_ping/metrics_lifecycle.md
@@ -122,7 +122,7 @@ To remove a metric:
update the attributes of the metric's YAML definition:
- Set the `status:` to `removed`.
- - Set `removed_by_url:` to the URL of the issue removing the metric
+ - Set `removed_by_url:` to the URL of the MR removing the metric
- Set `milestone_removed:` to the number of the
milestone in which the metric was removed.