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:
Diffstat (limited to 'doc/administration/monitoring/prometheus/index.md')
-rw-r--r--doc/administration/monitoring/prometheus/index.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/administration/monitoring/prometheus/index.md b/doc/administration/monitoring/prometheus/index.md
index e86ca596955..3268c0fc14c 100644
--- a/doc/administration/monitoring/prometheus/index.md
+++ b/doc/administration/monitoring/prometheus/index.md
@@ -259,9 +259,10 @@ To use an external Prometheus server:
- 1.1.1.1:9229
- job_name: gitlab-rails
metrics_path: "/-/metrics"
+ scheme: https
static_configs:
- targets:
- - 1.1.1.1:8080
+ - 1.1.1.1
- job_name: gitlab-sidekiq
static_configs:
- targets:
@@ -287,6 +288,11 @@ To use an external Prometheus server:
- 1.1.1.1:9236
```
+ WARNING:
+ The `gitlab-rails` job in the snippet assumes that GitLab is reachable through HTTPS. If your
+ deployment doesn't use HTTPS, the job configuration is adapted to use the `http` scheme and port
+ 80.
+
1. Reload the Prometheus server.
## Viewing performance metrics