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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2022-08-18 11:21:33 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2022-08-24 13:47:10 +0300
commitef80fcf20a02fa6fd4010d50d8a7cfa030b5b39c (patch)
tree24630478e61e88cbc337aec19fe6b51f8eaf9528
parentb702ffba9655f8d881763c948f06c9e466e958e0 (diff)
Public Grafana dashboards does not exist any moretnir-dashboards-is-no-more-public
Also performance. is replaced with dashboards. Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> Changelog: other
-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.