summaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-01-19 22:18:51 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-01-19 22:18:51 +0100
commitd4c05766c7a058cbf62186723216d754eebad92e (patch)
tree89385551d290cd5078501231c3c498a7a20440bf /doc/README.md
parent790c68680893b333c0a9bedca7c528147b8417b1 (diff)
downloadgitlab-ce-d4c05766c7a058cbf62186723216d754eebad92e.tar.gz
Refactor GitLab Metrics docs
[ci skip]
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/doc/README.md b/doc/README.md
index b9ee7de5349..bee9ab05906 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -49,13 +49,6 @@
- [Test Clojure applications](ci/examples/test-clojure-application.md)
- Help your favorite programming language and GitLab by sending a merge request with a guide for that language.
-## GitLab Metrics
-
-- [Introduction](metrics/introduction.md)
-- [GitLab Configuration](metrics/gitlab_configuration.md)
-- [InfluxDB Configuration](metrics/influxdb_configuration.md)
-- [InfluxDB Schema](metrics/influxdb_schema.md)
-
## Administrator documentation
- [Custom git hooks](hooks/custom_hooks.md) Custom git hooks (on the filesystem) for when web hooks aren't enough.
@@ -74,6 +67,7 @@
- [Reply by email](incoming_email/README.md) Allow users to comment on issues and merge requests by replying to notification emails.
- [Migrate GitLab CI to CE/EE](migrate_ci_to_ce/README.md) Follow this guide to migrate your existing GitLab CI data to GitLab CE/EE.
- [Git LFS configuration](workflow/lfs/lfs_administration.md)
+- [GitLab Metrics](integration/metrics/introduction.md) Configure GitLab and InfluxDB for measuring performance metrics
## Contributor documentation