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:
authorAndras Horvath <ahorvath@gitlab.com>2022-08-25 19:46:20 +0300
committerAndras Horvath <ahorvath@gitlab.com>2022-08-25 19:46:20 +0300
commit2db83e86b85bd1323c90fd5e94b01c23e9923583 (patch)
treee345e0ebf69f099460e97b5b4d4b9a42e51d8171
parent10b719e3b8cee2219ebf54a242cf58c7fefbadcf (diff)
parentef80fcf20a02fa6fd4010d50d8a7cfa030b5b39c (diff)
Merge branch 'tnir-dashboards-is-no-more-public' into 'master'
docs: Public Grafana dashboards does not exist any more See merge request gitlab-org/gitaly!4831
-rw-r--r--README.md6
-rw-r--r--doc/dashboards.md8
2 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8e03e59d6..84eef679d 100644
--- a/README.md
+++ b/README.md
@@ -45,13 +45,13 @@ GitLab.com, read about our [observability story](doc/observability.md)!
![image](https://gitlab.com/gitlab-org/gitaly/uploads/c3aa987884d5e78c3567a3a7469ea6c2/overview.png)
-[Dashboard](https://dashboards.gitlab.net/d/gitaly-main/gitaly-overview)
+[Dashboard](https://dashboards.gitlab.net/d/gitaly-main/gitaly-overview) (The link can be accessed by GitLab team members.)
##### By Feature
![image](https://gitlab.com/gitlab-org/gitaly/uploads/3e8a5616863fa17c5bf08cb67c1bb385/feature.png)
-[Dashboard](https://dashboards.gitlab.net/d/000000198/gitaly-features-overview?orgId=1)
+[Dashboard](https://dashboards.gitlab.net/d/000000198/gitaly-features-overview?orgId=1) (The link can be accessed by GitLab team members.)
## Installation
@@ -226,7 +226,7 @@ For more information on how to set it up, see the [LabKit monitoring docs](https
- [Part 7: How Gitaly uses Prometheus monitoring, 2019-07-09](https://youtu.be/R6F674Nj3wI)
What is [Prometheus](https://prometheus.io/). Reconstructing a
- [Grafana](https://dashboards.gitlab.com) dashboard panel
+ [Grafana](https://dashboards.gitlab.net) dashboard panel
with
[PromQL](https://prometheus.io/docs/prometheus/latest/querying/basics/).
Adding a new counter to Gitaly. Querying Prometheus in Gitaly
diff --git a/doc/dashboards.md b/doc/dashboards.md
index 7e602f08e..fa4aa5d47 100644
--- a/doc/dashboards.md
+++ b/doc/dashboards.md
@@ -17,9 +17,9 @@ Many custom metrics were also added.
### Grafana
-To display the prometheus metrics, GitLab leverages Grafana. Two instances are
-available to view the dashboards. The dashboards can be found at:
-[dashboards.gitlab.com](https://dashboards.gitlab.com).
+To display the prometheus metrics, GitLab leverages Grafana. The instance is
+available only for GitLab team members to view the dashboards. The dashboards can be found at:
+[dashboards.gitlab.net](https://dashboards.gitlab.net).
#### Editing Gitaly dashboards
@@ -32,7 +32,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/dashboard/db/gitaly-features-overview),
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.