diff options
author | Nick Thomas <nick@gitlab.com> | 2018-09-10 11:29:21 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-09-10 11:29:21 +0000 |
commit | 53fceedc1854108d1c51a533e1d4506c40385168 (patch) | |
tree | 708125ebdff0a09461f5e9483919eda5ed64a4f5 /doc | |
parent | 4a5f98b2fa679a6f1d0263635e0bcda346aa25d8 (diff) | |
parent | e3d46b22eed6afe84fe2a5454520c4c565876ee2 (diff) | |
download | gitlab-ce-53fceedc1854108d1c51a533e1d4506c40385168.tar.gz |
Merge branch 'doc-update-dashboard-url' into 'master'
Update doc: url reference to grafana
See merge request gitlab-org/gitlab-ce!21637
Diffstat (limited to 'doc')
-rw-r--r-- | doc/development/performance.md | 2 | ||||
-rw-r--r-- | doc/user/gitlab_com/index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/performance.md b/doc/development/performance.md index 6b4cb6d72d1..05caffb150a 100644 --- a/doc/development/performance.md +++ b/doc/development/performance.md @@ -43,7 +43,7 @@ GitLab provides built-in tools to aid the process of improving performance: * [QueryRecoder](query_recorder.md) for preventing `N+1` regressions GitLab employees can use GitLab.com's performance monitoring systems located at -<http://performance.gitlab.net>, this requires you to log in using your +<https://dashboards.gitlab.net>, this requires you to log in using your `@gitlab.com` Email address. Non-GitLab employees are advised to set up their own InfluxDB + Grafana stack. diff --git a/doc/user/gitlab_com/index.md b/doc/user/gitlab_com/index.md index de5d7d0a3a0..0b9395914f9 100644 --- a/doc/user/gitlab_com/index.md +++ b/doc/user/gitlab_com/index.md @@ -99,7 +99,7 @@ Below are the shared Runners settings. | Default Docker image | `ruby:2.5` | - | | `privileged` (run [Docker in Docker]) | `true` | `false` | -[ci_version_dashboard]: https://monitor.gitlab.net/dashboard/db/ci?from=now-1h&to=now&refresh=5m&orgId=1&panelId=12&fullscreen&theme=light +[ci_version_dashboard]: https://dashboards.gitlab.com/dashboard/db/ci?from=now-1h&to=now&refresh=5m&orgId=1&panelId=12&fullscreen&theme=light ### `config.toml` |