summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-11-13 16:48:43 +0000
committerClement Ho <clemmakesapps@gmail.com>2018-11-13 16:48:43 +0000
commitbb7ef68a3190a59c6b993be17eac70ab696a22fa (patch)
tree433622e39546376ba30b48bdb0f3aba98d7a1af4
parent42873a191f920820945ff97b4282231084dca429 (diff)
parentc123bc0a7f6bd3db40af9742f8c6a327832c2e5a (diff)
downloadgitlab-ce-bb7ef68a3190a59c6b993be17eac70ab696a22fa.tar.gz
Merge branch 'docs-jivl-update-monitoring-urls' into 'master'
Update URL for the grafana instance of sitespeed See merge request gitlab-org/gitlab-ce!23001
-rw-r--r--doc/development/new_fe_guide/development/performance.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/development/performance.md b/doc/development/new_fe_guide/development/performance.md
index 244dfb3756f..5ccd5357314 100644
--- a/doc/development/new_fe_guide/development/performance.md
+++ b/doc/development/new_fe_guide/development/performance.md
@@ -2,7 +2,7 @@
## Monitoring
-We have a performance dashboard available in one of our [grafana instances](https://performance.gprd.gitlab.com/dashboard/db/sitespeed-page-summary?orgId=1). This dashboard automatically aggregates metric data from [sitespeed.io](https://sitespeed.io) every 6 hours. These changes are displayed after a set number of pages are aggregated.
+We have a performance dashboard available in one of our [grafana instances](https://dashboards.gitlab.net/d/1EBTz3Dmz/sitespeed-page-summary?orgId=1). This dashboard automatically aggregates metric data from [sitespeed.io](https://sitespeed.io) every 6 hours. These changes are displayed after a set number of pages are aggregated.
These pages can be found inside a text file in the gitlab-build-images [repository](https://gitlab.com/gitlab-org/gitlab-build-images) called [gitlab.txt](https://gitlab.com/gitlab-org/gitlab-build-images/blob/master/scripts/gitlab.txt)
Any frontend engineer can contribute to this dashboard. They can contribute by adding or removing urls of pages from this text file. Please have a [frontend monitoring expert](https://about.gitlab.com/team) review your changes before assigning to a maintainer of the `gitlab-build-images` project. The changes will go live on the next scheduled run after the changes are merged into `master`.