Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Nayak <knayak@gitlab.com>2022-08-17 13:01:34 +0300
committerKarthik Nayak <knayak@gitlab.com>2022-08-17 15:30:02 +0300
commitab933e524b5f2eacba9f54de3a726c9217edbad0 (patch)
tree4e3e506c5f0c335e8984d9ae5ee562b2680c5a48
parent4807366d4977d267f86df45fdb1214110c7f927c (diff)
doc: Fix incorrect dashboard URLs
The dashboard URLs are pointing to the old gitlab.com URLs, we now use gitlab.net for dashboards. Lets change the URLs in README.md and observability.md. Signed-off-by: Karthik Nayak <knayak@gitlab.com>
-rw-r--r--README.md4
-rw-r--r--doc/observability.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 3c304af70..6a1a22f5f 100644
--- a/README.md
+++ b/README.md
@@ -43,11 +43,11 @@ GitLab.com, read about our [observability story](doc/observability.md)!
##### Overall
-[![image](https://gitlab.com/gitlab-org/gitaly/uploads/c3aa987884d5e78c3567a3a7469ea6c2/overview.png)](https://dashboards.gitlab.com/d/gitaly-main/gitaly-overview)
+[![image](https://gitlab.com/gitlab-org/gitaly/uploads/c3aa987884d5e78c3567a3a7469ea6c2/overview.png)](https://dashboards.gitlab.net/d/gitaly-main/gitaly-overview)
##### By Feature
-[![image](https://gitlab.com/gitlab-org/gitaly/uploads/3e8a5616863fa17c5bf08cb67c1bb385/feature.png)](https://dashboards.gitlab.com/d/000000198/gitaly-features-overview)
+[![image](https://gitlab.com/gitlab-org/gitaly/uploads/3e8a5616863fa17c5bf08cb67c1bb385/feature.png)](https://dashboards.gitlab.net/d/000000198/gitaly-features-overview?orgId=1)
## Installation
diff --git a/doc/observability.md b/doc/observability.md
index 44819d063..cf5ddd9db 100644
--- a/doc/observability.md
+++ b/doc/observability.md
@@ -9,7 +9,7 @@ necessary.
If you want to make a change across a tiled Grafana dashboard such as
the [feature request rate
-overview](https://performance.gitlab.net/dashboard/db/gitaly-features-overview),
+overview](https://dashboards.gitlab.net/d/000000198/gitaly-features-overview?orgId=1),
then edit the first tile (top left). Its settings get applied to the
other tiles as well. If you edit any tile other than the first your
changes will be lost.