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
path: root/data
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 18:08:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-05-11 18:08:39 +0300
commit4564f677f8d71e814e89618e81709c86cf50e3d2 (patch)
tree9ba8fffbd8b3ec3d40dc12bfc4132d842f789cfc /data
parent0b54f87a31c23544ca5917bf772ce9c64a61562c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'data')
-rw-r--r--data/deprecations/16-0-self-monitor-removal.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/deprecations/16-0-self-monitor-removal.yml b/data/deprecations/16-0-self-monitor-removal.yml
new file mode 100644
index 00000000000..3d97d1a417d
--- /dev/null
+++ b/data/deprecations/16-0-self-monitor-removal.yml
@@ -0,0 +1,9 @@
+- title: "Self-monitoring project is removed"
+ removal_milestone: "16.0"
+ announcement_milestone: "14.9"
+ breaking_change: true
+ reporter: kbychu
+ stage: monitor
+ issue_url: https://gitlab.com/groups/gitlab-org/-/epics/10030
+ body: |
+ GitLab self-monitoring project was meant to enable self-hosted GitLab administrators to visualize performance metrics of GitLab within GitLab itself. This feature relied on GitLab Metrics dashboards. With metrics dashboard being removed, self-monitoring project is also removed. We recommended that self-hosted users monitor their GitLab instance with alternative visualization tools, such as Grafana.