Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-07-26 15:39:32 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-08-02 10:35:15 +0300
commit68d9840cf20f61ef85b4a9e7b12d5327533473fe (patch)
tree8f535f632609c0881a983001b4670798f9cb1b3e /doc/administration/monitoring/prometheus/gitlab_metrics.md
parent7d2d54ef0d605e4bc8fcc89fe3bb40530b6a7553 (diff)
Add information that support for prometheus_multiproc_dir env variable will be deprecated with GitLab 9.5 and removed in 10pawel/fix-condition-for-setting-default-metrics-folder-for-dev-and-test
Diffstat (limited to 'doc/administration/monitoring/prometheus/gitlab_metrics.md')
-rw-r--r--doc/administration/monitoring/prometheus/gitlab_metrics.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/gitlab_metrics.md b/doc/administration/monitoring/prometheus/gitlab_metrics.md
index 0fdc815b27c..2936f40dc81 100644
--- a/doc/administration/monitoring/prometheus/gitlab_metrics.md
+++ b/doc/administration/monitoring/prometheus/gitlab_metrics.md
@@ -60,7 +60,8 @@ directory will be automatically configured.
If GitLab is installed from source its location can be configured in `gitlab.yml`.
-Using environment variable `prometheus_multiproc_dir` to configure the location has been deprecated in GitLab 9.5.
+Using environment variable `prometheus_multiproc_dir` to configure the location has been deprecated in GitLab 9.5
+and will be removed in GitLab 10
[← Back to the main Prometheus page](index.md)