diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-04 15:01:34 +0200 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-09-04 15:01:34 +0200 |
commit | 9f2a6ca03c9b7bc5e2984bc6a2bf2bf731761784 (patch) | |
tree | dcc59723d11cc3d79bbf679d3c7c0bfca4359bf7 /doc/development/README.md | |
parent | cf5f50544c3c379474e918fe5e59f3ca3ace15f1 (diff) | |
download | gitlab-ce-9f2a6ca03c9b7bc5e2984bc6a2bf2bf731761784.tar.gz |
Add development documentation
Diffstat (limited to 'doc/development/README.md')
-rw-r--r-- | doc/development/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/development/README.md b/doc/development/README.md index 20f8fa1d368..e786d6594c7 100644 --- a/doc/development/README.md +++ b/doc/development/README.md @@ -47,6 +47,7 @@ description: 'Learn how to contribute to GitLab.' - [How to dump production data to staging](db_dump.md) - [Working with the GitHub importer](github_importer.md) - [Working with Merge Request diffs](diffs.md) +- [Prometheus metrics](prometheus_metrics.md) ## Performance guides |