summaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorYorick Peterse <yorickpeterse@gmail.com>2016-01-18 16:55:14 +0100
committerYorick Peterse <yorickpeterse@gmail.com>2016-01-18 16:55:14 +0100
commit790c68680893b333c0a9bedca7c528147b8417b1 (patch)
treea377922388cc2819157b0c07a5106254f2f4957b /doc/README.md
parentf603f3b30bcd4303f07f87a0c6fa60697b2775fd (diff)
downloadgitlab-ce-790c68680893b333c0a9bedca7c528147b8417b1.tar.gz
Added documentation for GitLab Metrics
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md
index 7d4f84857e0..b9ee7de5349 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -49,6 +49,13 @@
- [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.